#watch #neowatch

app neowatch

A modern alternative to watch command

6 releases

0.2.1 Feb 24, 2023
0.2.0 Sep 6, 2022
0.1.3 Jan 15, 2022
0.1.2 Oct 30, 2021

#260 in Command line utilities

Download history 3/week @ 2022-11-20 1/week @ 2022-11-27 1/week @ 2022-12-04 1/week @ 2022-12-11 6/week @ 2022-12-18 2/week @ 2022-12-25 2/week @ 2023-01-08 1/week @ 2023-01-15 3/week @ 2023-01-22 18/week @ 2023-01-29 9/week @ 2023-02-05 22/week @ 2023-02-12 27/week @ 2023-02-19 8/week @ 2023-02-26 1/week @ 2023-03-05

58 downloads per month

LGPL-2.1

18KB
412 lines

neowatch

neowatch

Usage

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

Example

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

Installation

Currently the neowatch app is available on crates.io

cargo install neowatch

Dependencies

~1.2–5MB
~77K SLoC