Skip to content

54145a/145watch

Repository files navigation

145watch

Cross-platform implementation of procps watch

winget install 54145a.145watch

link

Usage

Usage: watch [options] (<command> | false)
Options:
        -b, --beep      beep if command has a non-zero exit
        -n, --interval <seconds>        seconds to wait between updates, minimum is 0.1
        -p, --precise   run command in precise intervals

-h, --help      show help and exit
-v, --version   show version info and exit

Example

./145watch.exe -p -b -n 0.5 false

Build

Windows

Uses pdcurses, vcpkg.json configured. Requires: vcpkg

cd build
cmake .. --preset=vcpkg
cmake --build .

POSIX

Requires: ncurses

cd build
cmake ..
cmake --build .

Roadmap

  • Basic functionality (80%)
  • TUI (0%)
  • Extended functionality (0%)

Contributions are welcomed.

not by ai

About

Cross-platform implementation of procps watch

Topics

Resources

License

Stars

Watchers

Forks

Contributors