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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file notify-pipe-0.0.3.tar.gz.
File metadata
- Download URL: notify-pipe-0.0.3.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ab85656a88d5bffd3536eb381f97528e255e6d4cf6ef9b5bce534020252b43c
|
|
| MD5 |
83cddc63b2594714d5f9bffceb991f41
|
|
| BLAKE2b-256 |
8ec4981e1a165e3d7254b645570e289ee9d2958c313bb5757a61bbeaafee7f28
|