Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/eaburns/Watch

Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal.
https://github.com/eaburns/Watch

Last synced: 23 days ago
JSON representation

Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal.

Lists

README

        

Watch
=====

Usage: ``Watch [-v] [-t] [-p ] [-x ] ``

Watches for changes in a directory tree, and runs a command when
something changed. By default, the output goes to an acme win.

-t sends the output to the terminal instead of acme

-v enables verbose debugging output

-p specifies the path to watch (if it is a directory then it watches recursively)

-x specifies a regexp used to exclude files and directories from the watcher.