Skip to content
Thomas Flemming edited this page Dec 4, 2013 · 1 revision

Filewatcher is intended to be the simplest thing that could possibly work to monitor when files are updated. File updates are detected by simply checking timestamps on the files in a loop. There are no config files, but the filewatcher command line tool has a few options.

If you need anything advanced, like if you want to monitor many files on linux or os x, you probably want to use fssm instead.

Clone this wiki locally