#command-output #output #poll #long-running #reached #version #notified

app outpoll

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

2 unstable releases

0.2.0 Jan 27, 2025
0.1.0 Jun 5, 2024

#388 in Testing

MIT/Apache

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–26MB
~361K SLoC