rubyからMac OS XのNotification Centerに通知を送る
gemのインストール
$ gem install terminal-notifier
サンプルファイル notification.rb
TerminalNotifier.notify('Hello World', :title => 'Terminal', :subtitle => 'Programming Language Ruby', :sound => 'Hero')
実行
$ ruby notification.rb
参考
https://github.com/alloy/terminal-notifier/https://github.com/alloy/terminal-notifier/
0 コメント:
コメントを投稿