forked from fasib/notify-pipe
-
Notifications
You must be signed in to change notification settings - Fork 1
like notify-send just for pipes
License
ron7/notify-pipe
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
notify-pipe
===========
`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
About
like notify-send just for pipes
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%