Crates.io | outpoll |
lib.rs | outpoll |
version | 0.1.0 |
source | src |
created_at | 2024-06-05 10:07:07.393427 |
updated_at | 2024-06-05 10:07:07.393427 |
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 | 39,341 |
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}"