I want to use some shortcut in Finder to open current folder in Terminal. I've only found an application, that adds icon to Finder's toolbar.

link|improve this question

69% accept rate
feedback

2 Answers

up vote 2 down vote accepted

I have an application that does this in my finder toolbar. I use Open Terminal Here but that site also suggests ShellHere. Note that those are just AppleScripts that launch Terminal and CD to the directory found by examining the front-most Finder window. Nothing says those apps have to be in your Finder toolbar, and nothing is stopping you from assigning a global keyboard shortcut to run those apps as they reside elsewhere. Would that solve your question?

link|improve this answer
feedback

in a terminal, just type: 'open xxxx' where xxxx is the folder you want, and it'll automatically open finder.

run 'open' to see options or 'man open' for manual

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.