1.0.0 • Published 11 years ago

weechat-notifier v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
11 years ago

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 git@github.com: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.

1.0.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago