Opening terminal window in a specific folder in mac os x

2.8k Views Asked by At

Does anyone know the easy way of opening the terminal window in a specific path, it is so annoying to keep changing the path as needed very frequently during development.

2

There are 2 best solutions below

0
On BEST ANSWER

Drag the folder from Finder onto Terminal's dock icon. Use "New Tab" (Cmd+T) from within Terminal if you need another session with the same current folder.

0
On

Try this little application: https://github.com/nmadhok/OpenInTerminal

You can select finder sidebar items, select file/folders to open the directory in Terminal. This is a really handy tool if you're a developer on Mac.