OSX notifications via the terminal-notifier gem for Emacs ERC.
-
As a ruby gem
$ sudo gem install terminal-notifier
-
As a binary
Download from here
-
With homebrew
$ brew install terminal-notifier
$ cd ~/.emacs.d/vendor
$ git clone git://github.com/julienXX/erc-terminal-notifier.el.git
Note: it's also available in MELPA
In your Emacs config:
(add-to-list 'load-path "~/.emacs.d/vendor/erc-terminal-notifier.el")
(require 'erc-terminal-notifier)
Copyright 2013 (c) Julien Blanchard [email protected]
Released under the same license as GNU Emacs.