watchman

watchman

Como Detectar Cambios en el Sistema de Archivos Usando Watchman

Servicio open source muti-plataforma diseñado para observar y ejecutar acciones en función de cambios al sistema de archivos. Instalación con Homebrew $ brew install watchman Uso $ watchman -- trigger ~/bin 'algun-trigger' -- ~/bin/algun-script.sh Fuentes https://facebook.github.io/watchman/ https://facebook.github.io/watchman/docs/install.html https://github.com/facebook/watchman https://www.tecmint.com/watchman-monitor-file-changes-in-linux/