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: 4 days ago
JSON representation
Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal.
- Host: GitHub
- URL: https://github.com/eaburns/Watch
- Owner: eaburns
- Created: 2013-08-08T17:10:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T12:09:16.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:53:29.102Z (3 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 201
- Watchers: 12
- Forks: 51
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-go - Watch - Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal. - ★ 153 (Editor Plugins)
- awesome-go-extra - Watch - 08-08T17:10:22Z|2022-02-16T13:55:11Z| (Editor Plugins / Routers)
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.