Spawning iTerm Windows
I've recently been searching around for a good way to 'spawn' an iTerm window (no I don't use tabs in iTerm), at the pwd
in my current iTerm window. I couldn't find any good way to do it so I jumped in to AppleScript Editor and made something happen.
I then added it to my zsh aliases with:
Now I can call spawn
from any iTerm or Terminal window to open a new iTerm session wherever I called it from.