ch.vorburger.fswatch
File watcher library
Library for monitoring directory or file changes using Java's WatchService API.
Java lib for monitoring directories or individual files via java.nio.file.WatchService
29 stars
3 watching
6 forks
Language: Java
last commit: 20 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
simonwaldherr/fsagent | Automates file system actions in response to changes | 15 |
liudng/dogo | Automates compilation and execution of source files in response to changes | 268 |
larpon/vmon | A module for asynchronously watching file changes in directories on multiple operating systems | 35 |
jinjor/deno-watch | A pure Deno file watcher for detecting changes to files in a directory | 44 |
vorburger/ch.vorburger.exec | A Java library to launch and manage external processes from within a Java application. | 30 |
open-cli-tools/chokidar-cli | A utility to watch file system changes and execute custom commands based on those changes | 823 |
carlos8f/saw | A file tree watching library that recursively monitors changes to detected files and emits events on differences. | 8 |
cristianoliveira/funzzy | A lightweight file watcher tool allowing users to set up custom automated workflows with command execution and pattern matching. | 239 |
schell/steeloverseer | A tool for automating file-based development tasks by monitoring changes to files and executing shell commands in response. | 128 |
denosaurs/denon | Automated file watcher and script runner for Deno applications. | 1,101 |
byteclubfr/node-sync-files | Synchronizes files or folders locally with watch option | 43 |
wtetsu/gaze | Automates repetitive command executions after file modifications to save development time and effort. | 269 |
guard/listen | Notifies applications about file modifications and changes | 1,925 |
falood/file_system | A file system monitor for Elixir that watches file changes and notifies handlers with file events | 267 |
vishaltelangre/ff | A command-line tool for efficiently searching files by name in a directory or its subdirectories. | 332 |