0.0.1 • Published 11 years ago

watchem v0.0.1

Weekly downloads
2
License
-
Repository
-
Last release
11 years ago

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" make

This 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.

0.0.1

11 years ago

0.0.0

11 years ago