dirwatch
A ruby gem to watch specific files and execute commands when any of the files change
Installation
gem install dirwatch
Usage
See:
dirwatch --help
dirwatch init --help
Start a Watcher
dirwatch [directory] starts a service, which uses the .dirwatch.yml file in the specified directory or the current directory if not specified.
Initialize a Template
To create a template configuration use:
dirwatch init [template]