Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Do something when files change.
- Host: GitHub
- URL: https://github.com/fdietze/watchdo
- Owner: fdietze
- Created: 2012-08-20T00:18:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-17T19:30:18.000Z (about 12 years ago)
- Last Synced: 2024-10-15T09:18:03.947Z (3 months ago)
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`