-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
37 lines (20 loc) · 689 Bytes
/
README
File metadata and controls
37 lines (20 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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