标签: macos notifications osx-yosemite
OSX中是否存在触发通知的原生方式,而不是使用https://github.com/julienXX/terminal-notifier?
答案 0 :(得分:48)
可以:
osascript -e 'display notification "Notification text" with title "Title"'
要进行更多自定义,请选中this answer。