watchem

0.0.1 • Public • Published

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.

Screencast

Watch it in action in this screencast (3:22).

Install

First you need Node. Then

npm install watchem -g

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.

Thanks

Watchem uses blessed to build its user interface. It uses fireworm for file watching.

Readme

Keywords

none

Package Sidebar

Install

npm i watchem

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • airportyh