Skip to content

Instantly share code, notes, and snippets.

@nisshiee
Created June 20, 2016 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nisshiee/a58b96a0345c88837eed30a8071d967c to your computer and use it in GitHub Desktop.
Save nisshiee/a58b96a0345c88837eed30a8071d967c to your computer and use it in GitHub Desktop.
Alfredから新しいiterm2ウィンドウを開くApple Script
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