outpoll

Crates.iooutpoll
lib.rsoutpoll
version0.1.0
sourcesrc
created_at2024-06-05 10:07:07.393427
updated_at2024-06-05 10:07:07.393427
descriptionA command line tool to poll a command and notify you when a specific output is reached.
homepage
repositoryhttps://github.com/alxolr/outpoll
max_upload_size
id1262635
size39,341
Alexandru Olaru (alxolr)

documentation

README

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}"
Commit count: 3

cargo fmt