Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 561 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 561 Bytes

terminal-notifier.el

A simple Emacs Lisp module for interfacing with terminal-notifier for the OS X Notification Center.

Installation

Copy or clone terminal-notifier.el into a reasonable spot on your Emacs load-path.

Usage

(tn-notify "Ahoy, message!" "Whoa there, title!" "Yo, subtitle!")

Will display a notification like this:

tn-notify

That's about it. I find it handy for notifying that a longer asynchronous process has finished, e.g., set-process-sentinel.