MacOS Tips: How to Open Finder Using Terminal

If you’re a Mac user who prefers using Terminal for system tasks, you can open Finder directly from the command line using a simple command. Here’s how to do it:

How to Open Finder using Terminal in MacOS

To open the Finder app using the Mac Terminal, follow the steps below:

Open Terminal using Spotlight.

  • To open the current directory in the Finder app, type the following command into the terminal and press enter:
    open .
    Opening Current Directory in Finder using Terminal
    Opening Current Directory in Finder using Terminal
  • To open a specific directory, you have to type the full path of the directory next to the “open” command. For example, if you want to open a folder called “MyFolder” in Documents, you have to type the following command: 
    open /Users/yourusername/Documents/MyFolder
    Opening a Specific Directory in Finder using Terminal
    Opening a Specific Directory in Finder using Terminal
  • To open one of the default folders of MacOS, such as Downloads or Pictures, you can simply enter the command like this: 
    open Documents
    open Pictures
    Opening a Default macOS Folder in Finder using Terminal
    Opening a Default macOS Folder in Finder using Terminal

Do note that when you enter this command, the Finder app may not open in the foreground. If the app doesn’t pop up on your screen, take a look at your Dock and you’ll find it there. 

ABOUT THE AUTHOR

Muhammad Zubyan


Muhammad Zubyan is a certified Google IT Support Professional with over 7 years of extensive experience. He has worked on more than 1500 computers, gaining valuable insights that enable him to detect and troubleshoot any complicated root cause of Windows-related issues and errors. In addition to managing Appuals as a Senior Editor, he is currently developing his own Game Optimization program that caters to both gamers and casual users alike.