From e7c3423e7bdc6cf318a46c2e5d01e9c62cc6c6d8 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 18 Jul 2013 13:46:48 -0400 Subject: [PATCH] adding the intended use case --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16d8836..53e7c6b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ flaming-happiness 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 -------