π¦ 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.