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.