## 145watch > Cross-platform implementation of procps watch ```shell winget install 54145a.145watch ``` [link](https://github.com/54145a/145watch/) ### Usage ``` Usage: watch [options] ( | false) Options: -b, --beep beep if command has a non-zero exit -n, --interval 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 ```powershell ./145watch.exe -p -b -n 0.5 false ``` ### Build ```shell cd build cmake .. # For Windows, use vcpkg (https://learn.microsoft.com/en-us/vcpkg/get_started/get-started) cmake --build . ``` Windows build ### Roadmap * Basic functionality (80%) * TUI (0%) * Extended functionality (0%) --- Contributions are welcomed. ![not by ai](https://i0.hdslb.com/bfs/new_dyn/9db9da973beb8dce14ecfe050e0a75713546740225476826.png)