Today, I want to share with you a handy edit script I use to launch my editor countless times each day. It can: edit posse_party – will launch my editor with project ~/code/searls/posse_party edit -e vim rails/rails – will change to the ~/code/rails/rails directory and run vim edit testdouble/mo[TAB] – will auto-complete to edit testdouble/mocktail edit emoruby – will, if not found locally, clone and open searls/emoruby This script relies on following the convention of organizing work...