Send macOS notifications from the command line.
Send macOS User Notifications from the command-line
terminal-notifier$ terminal-notifier -title 'Hello' -message 'This is a test'$ terminal-notifier -title 'Build Complete' -message 'Your build finished successfully'$ terminal-notifier -title 'Alert' -message 'Warning' -appIcon /path/to/icon.png$ terminal-notifier -title 'Reminder' -message 'Meeting in 5 minutes' -sound default -actions 'Join,Snooze'$ long_running_process && terminal-notifier -title 'Done' -message 'Process finished'