Herramienta para observar archivos o directorios y registrar cuándo cambian realmente. Existe una amplia información en <http://facebook.github.io/watchman/docs/install>
$ watchman watch-project /home/user/docs
Nota- Es preferible usar la opción "watch-project" a la "watch" que está desactualizada
$ watchman watch-list
$ watchman log debug "esto es una nota"
$ watchman find ~/docs/ notas.txt
$ watchman watch-del ~/docs
$ watchman watch-del-all