OSX Terminal Notifier

From HaFrWiki
Revision as of 20:35, 16 February 2014 by Hjmf (talk | contribs) (Created page with "{{TOCright}} Excellent third party tool called terminal-notifier, can post alerts and messages to Notification Center directly from the command line. == Install == Assuming ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Excellent third party tool called terminal-notifier, can post alerts and messages to Notification Center directly from the command line.

Install

Assuming you have ruby on the Mac, you can easily install terminal-notifier using gem:

$ sudo gem install terminal-notifier

Usage

Once installed, using the command at it’s most basic core is as follows:

$ terminal-notifier -message "Hello, this is my message" -title "Message Title"


See also

top


Reference

top