よく忘れるのでメモ。launch session
で新しいセッション(タブ)を開いて tell last session
内で処理を行う。
set cmd to "cd /tmp" tell application "iTerm" make new terminal tell current terminal launch session "Default" tell last session write text cmd end tell end tell end tell
一時ファイル作成して open
でもいいんだけど。
AppleScript: The Definitive Guide: Scripting and Automating Your Mac
- 作者: Matt Neuburg
- 出版社/メーカー: O'Reilly Media
- 発売日: 2009/06/30
- メディア: Kindle版
- この商品を含むブログを見る