Top "Fswatch" questions

A cross-platform file change monitor with multiple backends: Apple OS X File System Events API, *BSD kqueue, Linux inotify and a stat-based backend.

How to watch file changes on Mac OSX using FSWatch?

I'm trying to use fswatch to translate the following lines from a linux bash script to be able to run …

macos sh monitor inotifywait fswatch
How to run fswatch to call a program with static arguments?

I used to use fswatch v0.0.2 like so (in this instance to run django test suit when a file changed) $&…

macos bash watch fswatch
How to use fswatch and rsync to automatically sync directories?

I'd like to automatically run a one way sync between two local directories using rsync. Meaning when a change is …

macos rsync fswatch