memo.xight.org

日々のメモ

terminal-notifier - Mac OS X の通知センターに任意のメッセージを表示する

Install

brew install terminal-notifier

Usage

terminal-notifier -message [MESSAGE] [-title TITLE] [-subtitle SUBTITLE] [-sound SOUNDNAME]

Example

sound は [System Preferences] - [Sound] - [Sound Effects] の中から選択する。
大文字と小文字を区別するので注意。

terminal-notifier -message TEST -title TITLE -subtitle SUBTITLE -sound Submarine

Reference

GitHub - alloy/terminal-notifier
https://github.com/alloy/terminal-notifier

via

Apple情報局 - 2013-05-07 - OS Xの標準機能でここまでできる!ファイルの内容の変更を検知して通知センターに通知するデーモンを簡単に作成する方法
http://ottan.me/2013/05/07/daemon-to-notify-notification-center-by-detecting-file-changes/