标签: macos macos-sierra
是否有现成的应用程序在MacOS上显示弹出消息?例如,在Linux上我可以使用“notify-send”。试图搜索但无法获得任何有用的东西。任何伙伴都可以伸出援助之手。非常感谢。
答案 0 :(得分:0)
答案是: osascript -e 'display notification "Some translated test" with title "Quick translate"' 它在上面提到的话题中找到了
osascript -e 'display notification "Some translated test" with title "Quick translate"'