Open Terminal from Finder Window
- Create an automator application with the following AppleScript and save it somewhere.on run tell application "Finder" try activate set frontWin to folder of front window as string set frontWinPath to (get POSIX path of frontWin) tell application "Terminal" activate [...]