如何在OSXYosemite中从命令行触发通知?

How to trigger a notification from the command line in OSX Yosemite?

除了使用 https://github.com/julienXX/terminal-notifier 之外,OSX 中是否有原生方式来触发通知?

有可能:

osascript -e 'display notification "Notification text" with title "Title"'

更多定制请查看this答案。