While working in Finder, sometimes I need to jump to Terminal.app to perform a command.
To do this I generally:
- Launch the Terminal (Applications -> Utilities -> Terminal.app)
- Type cd
- Then drag the little icon from the Finder toolbar on to the Terminal
This copies the current path from Finder in to the command line.
This works fine, but there are a couple of unnecessary steps here. Fortunately MacWorld points us to a good solution: Open Terminal Here.
Open Terminal Here is an AppleScript that opens the current Finder window in Terminal.app.
To install Open Terminal Here:
Your done:

Now to open the current directory in Terminal.app, simply click the icon.
Another utility that does this is the similarly named OpenTerminal. With OpenTerminal you can add this to the right-click menu and more.
Also, to quickly open Finder to your Terminal’s directory type:
open .
Other things you can do include customizing the icon:
![]()
Or making Open Terminal Here create a new tab if Terminal.app is already running.
Joseph McLaughlin
Alexandre Possebom
axe
It's cool.
Anyone please? June 13th, 2008 at 2:42 pm
pedro casado
WetcoastBob
Sahil Desai
you can check it out here: http://code.google.com/p/blacktree-visor/
it enables quake, slide out style terminal window... enjoy! June 19th, 2008 at 12:19 am
Michael
PS: This sounds great, because many things are done better (or easier) with Terminal, but finding a file in a folder is not one of them. June 24th, 2008 at 10:02 pm