its8020-2021

neowatch

Usage

``` USAGE: neowatch [OPTIONS] [SUBCOMMAND]

OPTIONS: --change-color Color for changed text [word|ANSI|rr,gg,bb] -d, --differences Highlight differences since last update -e, --errexit Exit on non-zero return code -g, --chgexit Exit on output change -h, --help Print help information -n, --interval Set update insterval [default: 1.0] --new-color Color for new text [word|ANSI|rr,gg,bb] -p, --precise Attempt to run command at precise intervals -V, --version Print version information ```

Example

```bash neowatch -n 0.1 --new-color=magenta --change-color=255,155,0 -d sensors

```

Installation

Currently the neowatch app is available on crates.io bash cargo install neowatch