Monitor files and directories for changes and trigger actions on detection.
File change monitor with multiple backends
fsw$ fsw -e FileChange /path/to/watch -- ./rebuild.sh$ fsw /path/to/dir1 /path/to/dir2 -- echo 'Files changed'$ fsw src/ -- npm run build$ fsw -e FileChange -f '.*\.js$' . -- npm test$ fsw --list-events