awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
File System Watchers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesFile System Watchers

Utilities that monitor directory trees for modifications and provide a unified interface for file system events.

Distinguishing note: Focuses on cross-platform normalization of file system notification APIs, distinct from general system monitoring tools.

Explore 1 awesome GitHub repository matching system administration & monitoring · File System Watchers. Refine with filters or upvote what's useful.

  1. Home
  2. System Administration & Monitoring
  3. File System Watchers

Awesome File System Watchers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • remy/nodemon

    remy/nodemon

    26,690View on GitHub↗

    Nodemon is a command-line utility designed to automate development workflows by monitoring file system changes and managing the lifecycle of long-running processes. It functions as a process monitor that tracks directory trees for modifications, automatically terminating and restarting applications to ensure a continuous feedback loop during the coding process. The tool distinguishes itself through its language-agnostic design, which decouples monitoring logic from the target application's runtime. While it provides default support for Node.js, it can execute arbitrary command-line instructio

    Tracking changes across complex directory structures to trigger specific actions or commands based on real-time file modifications.

    JavaScriptnodenodemonwatch
    26,690View on GitHub↗