#command-output #command-line-tool #command #output #poll #notify #cli

app outpoll

A command line tool to poll a command and notify you when a specific output is reached

1 unstable release

0.1.0 Jun 5, 2024

#1394 in Command line utilities

MIT/Apache

11KB

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

~3–27MB
~378K SLoC