Skip to content

Instantly share code, notes, and snippets.

@fracek
Created January 31, 2012 17:42
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 fracek/1711794 to your computer and use it in GitHub Desktop.
Save fracek/1711794 to your computer and use it in GitHub Desktop.
tab () {
osascript 2>/dev/null <<EOF
tell application "iTerm"
tell the first terminal
launch session "Default"
tell the the current session
write text "cd $PWD; $*"
end tell
end tell
end tell
EOF
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment