Kicker: A simple OS X CLI tool which uses FSEvents to run a given shell command.
Kicker is a tool which allows you to watch a directory or file and execute a command whenever there are changes to the dir/file being watched. It has support for Growl as well. Example: $ kicker -e "rake guides" --growl-command "open -a Safari guides/output/nested_model_forms.html" guides/source/nested_model_forms.textile
Post a comment