2017-12-21から1日間の記事一覧

Applescript/Terminal 複数タブからコマンドを打つ

複数タブからコマンドを打ちたいとき: Applescriptを用いる。 参考: applescript - How can I write a script to open multiple terminal tabs and execute code in them? - Ask Different Writing external scripts | Truffle Suite 結果: tell application…

applescript "Expected end of line but found identifier"

AppleScript: "Expected end of line but found identifier" https://www.iterm2.com/documentation-scripting.html MacのScript Editorでのエラー: tell application "iTerm 2" create window with default profile command "echo "Hello World"" end tell …