https://github.com/julienXX/terminal-notifier を使用する以外に、通知をトリガーするネイティブな方法はOSXにありますか?
それは以下で可能です:
osascript -e 'display notification "Notification text" with title "Title"'
より多くのカスタマイズをチェックするには this 回答。