I think the title states exactly what I want to do. I want a shortcut or even a button within Finder which fires up a new iTerm Tab and changes the location to the location i've open in Finder. Some sort of open . in reverse. :-)
Thank you, Malax
|
I think the title states exactly what I want to do. I want a shortcut or even a button within Finder which fires up a new iTerm Tab and changes the location to the location i've open in Finder. Some sort of Thank you, Malax |
|||
|
|
|
There is an Open Terminal Here AppleScript that you should be able to modify to call iTerm instead. This MacOSXHints post should be helpful as well. (I'm not on my Mac otherwise I would test it.) |
|||
|
|
|
This applescript works for me:
|
|||
|
|
|
Take a look at the cdto project hosted on code.google.com "Fast mini application that opens a Terminal.app window cd'd to the front most finder window. This app is designed (including it's icon) to placed in the finder window's toolbar." Also has a plugin to work with iTerm. |
|||
|
|
Using the other answers on this page I have created an App that can be dragged into the finder task bar. You can download it from here: https://github.com/rc1/iTermTo |
|||
|
|