Skip to content

Instantly share code, notes, and snippets.

@dusdanig
Created July 6, 2010 08:05
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 dusdanig/465144 to your computer and use it in GitHub Desktop.
Save dusdanig/465144 to your computer and use it in GitHub Desktop.
alias tab=new_terminal_working_directory
function new_terminal_working_directory() {
osascript <<END
tell application "Terminal"
tell application "System Events" to tell process "Terminal" to keystroke "t" using command down
do script "cd $(pwd)" in first window
end tell
END
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment