Popularity
5.5
Stable
Activity
0.7
Growing
202
12
52

Programming language: Go
Tags: Editor Plugins    

Watch alternatives and similar packages

Based on the "Editor Plugins" category.
Alternatively, view Watch alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Watch or a related project?

Add another 'Editor Plugins' Package

README

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.