-
Notifications
You must be signed in to change notification settings - Fork 6
Notifications from Terminal
Juan Francisco Saldarriaga edited this page Jan 29, 2015
·
2 revisions
- 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
.