Go: Quickly to your projects
If you’re reading this, you probably already know that I’m:
a. A fan of Terminal.app
b. A fan of Oh-my-zsh
Now a and b got even better, thanks to a little function that helps me cd directly to my projects. I’ve called it go and it’s largely based on the work of @atog (he made the function without the autocompletion) and the rake-completion in oh-my-zsh (I’ve largely copied/stolen/adjusted their code to fit mine).
Look for it here
It’s not the prettiest of functions but it is a handy one.
UPDATE: Be sure to look at the comment by @defv his script is even sweeter (no temp file required)