๐ฆ FileSentry 1.0.0 โ Initial Release ๐
FileSentry is a lightweight, cross-platform Java library for watching file changes in real time.
โจ Features
- ๐ Real-time file monitoring using Java NIO
WatchService - ๐ฅ๏ธ Cross-platform: Supports Windows, Linux, and macOS
- ๐ง Built-in debouncing to prevent duplicate events
- ๐งฉ Easy-to-use API with three listener types:
- Simple change listener
- File state listener (existence)
- Detailed event type (created, modified, deleted)
- ๐ ๏ธ Ideal for:
- Text editors
- Log viewers
- Developer tools requiring live reload
๐ฆ Getting Started
See the README for installation, examples, and usage details.