weechat-notifier
v1.0.0
Published
WeeChat notifications on OS X using the WeeChat relay protocol.
Downloads
11
Readme
weechat-notifier
WeeChat notifications on OS X using Weechat relay protocol.
Installation
Enable relay in WeeChat with the command:
/set relay.network.password "your password"
/relay add weechat PORT
You need to export the variables SERVER, PASSWORD, PORT and NICKS (comma-separated). Then install with:
npm install -g weechat-notifier
# Or:
git clone [email protected]:eirsyl/weechat-notifier.git
npm install
node index.js
launchd
If you want weechat-notifier to run on startup you can add it as a launchd-plist (~/Library/LaunchAgents). A template can be found here.