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: 8 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T12:09:16.000Z (over 2 years ago)
- Last Synced: 2024-10-31T19:36:32.623Z (about 1 year 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-plus - Watch - Runs a command in an acme win on file changes.  (Editor Plugins / Routers)
- awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go - Watch - | - | - | (Editor Plugins / Routers)
- awesome-go-cn - Watch
- awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- fucking-awesome-go - :octocat: Watch - Runs a command in an acme win on file changes. :star: 111 :fork_and_knife: 14 (Editor Plugins / Middlewares)
- awesome-go - Watch - Runs a command in an acme win on file changes. - :arrow_down:0 - :star:114 (Editor Plugins / Routers)
- fucking-awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go-cn - Watch
- awesome-go-cn - Watch
- awesome-go-zh - Watch
- awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go-extra - Watch - 08-08T17:10:22Z|2022-02-16T13:55:11Z| (Editor Plugins / Routers)
- awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go-cn - Watch
- awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go-with-stars - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-Char - Watch - Runs a command in an acme win on file changes. (Editor Plugins / Routers)
- awesome-go - Watch - Runs a command in an acme win on file changes. (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.