config/scripts/irssi_get_local_notificatio...

7 lines
324 B
Bash
Raw Normal View History

2011-01-10 10:00:17 +01:00
tail -f ~/.irssi/fnotify | sed -u 's/[&]//g' | while read heading message;
do /usr/bin/notify-send -i notification-message-im -- "${heading}" "${message}";
# if [[ -n `ssh mathieu@hectorone.homedns.org screen -list | grep '(Attached)'` ]]; then
# echo "${message}" | sed -ur 's/^.*>//' | /usr/bin/festival --tts;
# fi
done