Monitor file system events and trigger actions on file changes
File change monitor with multiple backends
fsw
$ fsw /path/to/directory
$ fsw -x . 'echo File changed'
$ fsw src/ tests/ -x 'make build'