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.
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 fswatchI'd like to automatically run a one way sync between two local directories using rsync. Meaning when a change is …
macos rsync fswatch