https://github.com/aackerman/watcher
Watches files and runs an input command on them when the file is changed
https://github.com/aackerman/watcher
Last synced: 12 months ago
JSON representation
Watches files and runs an input command on them when the file is changed
- Host: GitHub
- URL: https://github.com/aackerman/watcher
- Owner: aackerman
- Created: 2013-01-31T02:49:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T02:56:43.000Z (over 13 years ago)
- Last Synced: 2024-04-15T03:02:22.481Z (about 2 years ago)
- Language: Go
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#watcher
Watches files and runs an input command on them when the file is changed
##Usage
```bash
watcher -c "cat" app.js
```
Run watcher on the command line, specify the command with the -c flag and then a file or list of files.
When the file is modified, the command will be run only on the file modified, leaving all others in their current condition.