#watch #modern #command #color #numeric

app neowatch

现代版的 watch 命令替代品

6 个版本

0.2.1 2023年2月24日
0.2.0 2022年9月6日
0.1.3 2022年1月15日
0.1.2 2021年10月30日

#1090 in 命令行工具

LGPL-2.1

19KB
412 代码行

neowatch

neowatch

使用方法

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

安装

当前 neowatch 应用程序在 crates.io 上可用

cargo install neowatch

依赖项

~2.5–10MB
~89K SLoC