つらねの日記

プログラムの進捗やゲームをプレイした感想などを書き連ねる日記。

terminal-notifier 使おうとしたら嵌った

github.com
osascript -e 'display notifaction' が動かないので,terminal-notifierを使おうとしたら同様に動かなかった.
script editorからのdisplay notifactionは動く.

環境

  • OS X El Capitan
  • iTerm2 2.1.4
  • tmux 2.1
  • zsh 5.1.1
  • terminal-notifier (1.6.3)
osascript
  • display notifaction するとなにもおこらない.
  • zsh には戻る
  • 他のコマンドとかは動く
terminal-notifier
  • 叩くとなにもおこらない
  • zsh にも戻らない

結論

tmux のせいだった.qiita.com

terminalで

$ brew install reattach-to-user-namespace

.tmux.confに

set-option -g default-command "reattach-to-user-namespace -l zsh"

で動くようになった.
tmux は一旦全部殺す必要がある.

clipboard共有まだやってなかったっていうのは内緒.