Watchdog

⚠️ Watch filesystem for changes and then run a command

Great for automatically running make test or similar commands in response to file changes.

Usage

TODO: This isn't stable yet, but here's the output for --help at 0.2:

``` USAGE: watchdog [FLAGS] [OPTIONS] [-- ...]

FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Enables verbose output

OPTIONS: -g, --glob Glob used for matching files

ARGS: Command ran on response to changes ... File path(s) used for matching files ```

Goals