Send macOS User Notifications from the command-line
Send macOS User Notifications from the command-line
terminal-notifier$ terminal-notifier -title 'Hello' -message 'This is a test notification'$ terminal-notifier -title 'Build Complete' -subtitle 'Success' -message 'Project compiled successfully' -sound default$ terminal-notifier -title 'Download Ready' -message 'Click to open file' -execute 'open ~/Downloads/file.zip'