2 unstable releases
0.2.0 | Jan 27, 2025 |
---|---|
0.1.0 | Jun 5, 2024 |
#1785 in Command line utilities
118 downloads per month
11KB
53 lines
OutPoll
A command line tool to poll a command and notify you when a specific output is reached.
Installation
cargo install outpoll
Usage
outpoll -c "echo hello" -w "hello"
This is useful when you have some long running command and you want to be notified when a specific output is reached. For example when you publish a package and you want to be notified when the package is published.
outpoll -c "npm view {package-name} versions" -w "{version}"
Dependencies
~4–27MB
~367K SLoC