Cross-platform implementation of procps watch
winget install 54145a.145watchUsage: 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
./145watch.exe -p -b -n 0.5 falseUses pdcurses, vcpkg.json configured. Requires: vcpkg
cd build
cmake .. --preset=vcpkg
cmake --build .Requires: ncurses
cd build
cmake ..
cmake --build .- Basic functionality (80%)
- TUI (0%)
- Extended functionality (0%)
Contributions are welcomed.
