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 falsecd build
cmake .. # For Windows, use vcpkg (https://learn.microsoft.com/en-us/vcpkg/get_started/get-started)
cmake --build .Windows build
- Basic functionality (80%)
- TUI (0%)
- Extended functionality (0%)
Contributions are welcomed.
