Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chronos-tachyon/irssi-libnotify
Uses notify-send(1) to alert you when someone is talking to you in IRSSI.
https://github.com/chronos-tachyon/irssi-libnotify
Last synced: 7 days ago
JSON representation
Uses notify-send(1) to alert you when someone is talking to you in IRSSI.
- Host: GitHub
- URL: https://github.com/chronos-tachyon/irssi-libnotify
- Owner: chronos-tachyon
- License: mit
- Created: 2014-04-29T22:06:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T17:33:39.000Z (over 9 years ago)
- Last Synced: 2024-11-16T02:36:06.621Z (2 months ago)
- Language: Perl
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
irssi-libnotify
===============Uses `notify-send(1)` to alert you when someone is talking to you in irssi.
Description
-----------This IRSSI script hooks itself into all private messages and channel text.
When someone sends a private message to you, or when someone says something in
a channel that triggers your highlighting rules, then this script forwards
that text to libnotify by shelling out to `notify-send(1)`, a binary shipped
with `libnotify`. The notification is sent with category `im.received`.Installing
----------These instructions are for Ubuntu and other Debian derivatives.
# Prerequisite: must have irssi and libnotify-bin
sudo apt-get install irssi libnotify-bin# Install the script where irssi can find it
mkdir -p ~/.irssi/scripts/autorun
cp -t ~/.irssi/scripts libnotify.pl# OPTIONAL: Load the script automatically on startup. If you don't do
# this, you'll need to run "/SCRIPT LOAD libnotify" by hand each time you
# restart your irssi client.
ln -st ~/.irssi/scripts/autorun ../libnotify.plSee Also
--------* https://developer.gnome.org/notification-spec/