Crates.io | neowatch |
lib.rs | neowatch |
version | 0.2.1 |
source | src |
created_at | 2021-10-27 15:01:02.734493 |
updated_at | 2023-02-24 14:52:32.554785 |
description | A modern alternative to watch command |
homepage | |
repository | https://github.com/kilpkonn/neowatch |
max_upload_size | |
id | 473096 |
size | 47,854 |
USAGE:
neowatch [OPTIONS] [SUBCOMMAND]
OPTIONS:
--change-color <COLOR> Color for changed text [word|ANSI|rr,gg,bb]
-d, --differences Highlight differences since last update
--decrease-color <COLOR> Color for decreasing numeric values
-e, --errexit Exit on non-zero return code
-g, --chgexit Exit on output change
-h, --help Print help information
--increase-color <COLOR> Color for increaseing numeric values
-n, --interval <SECS> Set update insterval [default: 1.0]
--new-color <COLOR> Color for new text [word|ANSI|rr,gg,bb]
-p, --precise Attempt to run command at precise intervals
--radix <radix> Radix for numbers [default: 10]
-V, --version Print version information
-z, --number-changes Highlight number changes based on increase/decrease
neowatch -n 0.1 --new-color=magenta --change-color=255,155,0 -d sensors
Currently the neowatch
app is available on crates.io
cargo install neowatch