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.