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

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

#1785 in Command line utilities

Download history 1/week @ 2024-12-05 5/week @ 2024-12-12 88/week @ 2025-01-23 23/week @ 2025-01-30 7/week @ 2025-02-06

118 downloads per month

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–27MB
~367K SLoC