Watch
Runs a command in an acme win on file changes
About Watch
Watch
Usage: Watch [-v] [-t] [-p <path>] [-x <regexp>] <command>
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.
Frequently Asked Questions
What is Watch?
Watch is a Editor Plugins library for the Go programming language. Runs a command in an acme win on file changes
How do I install Watch?
Install Watch with the Go module system using `go get eaburns/Watch`. Check the repository for the current installation instructions.
What category does Watch belong to?
Watch is listed under Editor Plugins, specifically Editor Plugins.