Skip to content

Notifications from Terminal

Juan Francisco Saldarriaga edited this page Jan 29, 2015 · 2 revisions

Getting Notifications from Terminal:

  • First you need to install the tool. To do it through homebrew just type brew install terminal-notifier.
  • terminal-notifier -message "message here" -title "title of message" - this is the basic command.
  • If you want to get a message once a process is finished you will need something like this: processCommand; notificationCommand.