Skip to content

julienXX/erc-terminal-notifier.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

erc-terminal-notifier.el

OSX notifications via the terminal-notifier gem for Emacs ERC.

Installation

Install terminal-notifier

  • As a ruby gem

      $ sudo gem install terminal-notifier
    
  • As a binary

    Download from here

  • With homebrew

      $ brew install terminal-notifier
    

Install the package

$ 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)

License

Copyright 2013 (c) Julien Blanchard julien@sideburns.eu

Released under the same license as GNU Emacs.

About

OSX notifications via the terminal-notifier gem for Emacs ERC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published