Skip to content
forked from weaveworks/Watch

Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal.

Notifications You must be signed in to change notification settings

isabella232/Watch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch

Usage: Watch [-v] [-t] [-p <path>] [-x <regexp>] <command>

Watches for changes in a directory tree, and runs a command when something changed. Note that only changes that happen while Watch is running are detected. Also, a failed execution of the command is not retried.

-t deprecated, always true.

-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.

About

Watches for changes in a directory tree and reruns a command in an acme win or just on the terminal.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.0%
  • Shell 17.9%
  • Dockerfile 1.1%