On Linux file manager, I think Dolphin (not sure right now, sorry) I can open Konsole just hitting F4. I would like to have the same on MacOS/Finder, openning Terminal instead. Is it possible?
I'm on El Captain.
On Linux file manager, I think Dolphin (not sure right now, sorry) I can open Konsole just hitting F4. I would like to have the same on MacOS/Finder, openning Terminal instead. Is it possible?
I'm on El Captain.
I use Go2Shell for that purpose. It's a free app which can be added to Finder. Clicking on it will open a new Terminal window with the current directory.
You can get it on the Mac App Store.
You could do it with a Service [a Service is just the best/simplest way to launch an app via key command, saves having to define plists etc]
If you just need to launch a default Terminal, very simply...
tell application "Terminal" to activate
Save [It will automatically save to the correct place for Services.
Open System Preferences > Keyboard > Shortcuts > Services. Your new service will be right at the bottom of the list.
If you need to open Terminal at your current location, that already exists as a built-in Service, just find it in the list, activate & supply a key command.