0.0.1 • Published 12 years ago
watchem v0.0.1
Watch'em
A utility that watches your directory for file changes, and then executes a command on change. The output of the command is always anchored to the top to a box which makes for a nice iterative development experience.
Usage
watchem "Makefile,**/*.c,**/*.h" makeThis command will watch the Makefile, and any .c or .hfiles within the current directory and within any of its subdirectories. It runs the command make and re-run it whenever any matching files change, even new ones that are created.