Monitor file system events and changes in real-time on macOS.
Command-line utilities for the FSEvents API
fswatchfsevent_watch$ fswatch /path/to/folder$ fswatch -x /path/to/folder | xargs -n1 ./rebuild.sh$ fswatch --extended /path/to/folder | grep '.js$'$ fswatch /src /config /tests$ fswatch src | xargs -I {} npm run build