by shigemk2

当面は技術的なことしか書かない

iTerm

iTerm2 タブ移動

原典 Cmd+left arrow, Cmd+right arrow navigates among tabs. So does Cmd-{ and Cmd-}. ので、cmd + 左右矢印 か、 cmd + shift + [] 要するに{や}がshift + [だったりshift + ]になる iterm2.com

iTerm2 Initial Directory

iTerm2のドキュメント、恐ろしくあっさりしている Initial Directory Normally, new sessions begin in your home directory. You can choose to open new sessions in the same directory as the current session (but only when creating a new tab), or y…

iterm2 broadcast input

これらのオプションにより、キーボード入力を複数のセッションに送信する(公式ですらbe carefulって言ってるので、意図せず本番サーバーでゴニョゴニョしてました〜みたいな事故に本当に気をつけること) Shell > Broadcast Input > ... These options allow …

iTerm 文字列を検知して通知

trigger post notification(Posts a notification with Notification Center.) 文字列 同様のことはweztermとかじゃできんかった…特定の文字列をトリガーにしてtoast_notificationができる気配がない(window onで検知できるのはベルとかステータス変更とかそ…