Command line and power tools
Typing cd and a long path is a small waste repeated hundreds of times.
Enable it once: System Settings → Keyboard → Keyboard Shortcuts → Services → Files and Folders → tick New Terminal at Folder.
Then right-click any folder → Services → New Terminal at Folder. You can assign a keyboard shortcut in the same panel.
Type cd , then drag the folder into the window and press Return. The path is pasted and escaped correctly.
cd "$(pwd)" # no-op, but shows the pattern
open . # opens the current directory in Finder
open . is the reverse direction and worth knowing — it is how you get from a shell to a Finder window.
The genuinely fast version is going straight from a search hit to a shell in its folder, without a Finder window in between. That is what ⌘T does in Everywhere: select a result, press it, and a Terminal opens already in the containing directory.
iTerm2 installs its own New iTerm2 Window Here service. Enable it in the same Services panel; both can coexist.
Enable the 'New Terminal at Folder' service in Keyboard settings, then right-click the folder → Services.
open . opens the current directory in a Finder window.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for Mac