Skip to content

Releases: raghul-tech/FileSentry

FileSentry v1.0.0

02 Jul 17:53
07e10c8

Choose a tag to compare

📦 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.