Created
June 20, 2016 01:52
-
-
Save nisshiee/a58b96a0345c88837eed30a8071d967c to your computer and use it in GitHub Desktop.
Alfredから新しいiterm2ウィンドウを開くApple Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on alfred_script(q) | |
tell application "iTerm" to (create window with default profile) | |
end alfred_script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment