Releases: raghul-tech/FileSentry
Releases · raghul-tech/FileSentry
FileSentry v1.0.0
📦 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.