2020年2月27日 星期四

[Mac] Mac 使用 osascript 與 display notification (linux 下使用 notify)


[Mac] Mac 使用 osascript 與 display notification (linux 下使用 notify)

Mac 怎麼與 Linux 一樣使用 nofify來跳出通知呢?

可以使用 osascript 與 display notification 跟 Crontab 來達成

Ex:

如果在 crontab 中可以設定 周間的1800 通知
00 18 * * 1-5 osascript -e 'display notification "\o/ \o/" with title "Notify"'


Rer
applescript - Change icon of notification when using osascript -e "display notification" - Stack Overflow https://stackoverflow.com/questions/48856158/change-icon-of-notification-when-using-osascript-e-display-notification
Commands Reference https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/reference/ASLR_cmds.html#//apple_ref/doc/uid/TP40000983-CH216-SW224

沒有留言:

張貼留言