Day124 — Open finder from terminal and vice versa
1 min readNov 28, 2019
This article records the way to open finder from terminal and vice versa.
Open finder from terminal
# navigate to target dir using cd
cd /Users/{name}/Desktop/destination# open current directory from terminal
open .# OR combining to one command
open /Users/{name}/Desktop/destination
Open terminal from finder
- System Preferences > Keyboard > Shortcuts > Services
- check
New Terminal at Folder
andNew Terminal Tab at Folder
New Terminal at Folder
”3. right-click target folder, select New Terminal Tab at Folder
or New Terminal at Folder
to open terminal