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

https://github.com/fdietze/watchdo

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

Last synced: 3 months 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`