Skip to content

FileSentry v1.0.0

Latest

Choose a tag to compare

@raghul-tech raghul-tech released this 02 Jul 17:53
· 7 commits to main since this release
07e10c8

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