Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fdietze/watchdo

Do something when files change.
https://github.com/fdietze/watchdo

Last synced: about 1 month ago
JSON representation

Do something when files change.

Awesome Lists containing this project

README

        

# WatchDo

Run arbitrary commands when files change.

Useful in development for automatic compilation and makefiles.
Also handy for working with LaTeX.

## Requirements

* inotify-tools

## Usage

`watchdo COMMAND FILEPATTERN [FILEPATTERN]*`

Example:
`watchdo make *.cpp *.h`