Skip to main content

like notify-send just for pipes

Project description

notify-pipe allows you to pipe the output from any command to desktop notifications

installing

notify-pipe requires Python 2 or Python 3.

installing with pip

pip install notify-pipe

or installing with setup_tools

git clone https://github.com/fasib/notify-pipe

cd notify_pipe python setup.py install

or using an alias inside of ‘~/.bashrc’:

alias notify-pipe=’python ~/path/to/notify_pipe.py’

examples

echo “test” | notify-pipe -n Test

ping localhost | notify-pipe -n ping

tail -f /var/log/syslog | notify-pipe -n syslog

ping localhost | notify-pipe | notify-pipe -n double-pipe

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notify-pipe-0.0.3.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page