Problem Attic. Insert witty tagline here.

This is now an archive; you can find my current blog at http://problemattic.net/.

Previously: More News at 11 Since: You keep using that word… 

Mac Tip: Open a new Terminal window in the current directory

Try the following in your ~/.bashrc:

alias clone="pwd | pbcopy; osascript -e 'tell application 
  \"Terminal\" to do script \"cd `pbpaste`\"'"

Reload with source ~/.bashrc, then try it out by typing clone at the prompt.

Posted on Tue 7 Mar 06, 1:50 pm

More Posts In:

Comments

No comments yet.

Sorry, the comment form is closed at this time.