1
0
Fork 0
mirror of https://github.com/vbatts/flaming-happiness.git synced 2025-01-31 01:27:34 +00:00

adding the intended use case

This commit is contained in:
Vincent Batts 2013-07-18 13:46:48 -04:00
parent a8de7de3ec
commit e7c3423e7b

View file

@ -3,6 +3,12 @@ flaming-happiness
Golang + ZeroMQ + libnotify tool to connect to a zmq_notify.rb weechat script Golang + ZeroMQ + libnotify tool to connect to a zmq_notify.rb weechat script
This is ideal for situatishes like screen + weechat is running on a faroff
remote host, so a notification plugin for weechat would have no good access to
DISPLAY on the local host that you are connecting from.
Further, since it is pub/sub, there is no limit to only having a single client
being notified.
Install Install
------- -------