| Crates.io | outpoll |
| lib.rs | outpoll |
| version | 0.2.0 |
| created_at | 2024-06-05 10:07:07.393427+00 |
| updated_at | 2025-01-27 14:06:13.96983+00 |
| description | A command line tool to poll a command and notify you when a specific output is reached. |
| homepage | |
| repository | https://github.com/alxolr/outpoll |
| max_upload_size | |
| id | 1262635 |
| size | 37,862 |
A command line tool to poll a command and notify you when a specific output is reached.
cargo install outpoll
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}"