4

Is there any easy way to open current path at finder when i use the Iterm. It`s terrible to copy the path and paste in to finder path bar everytimes.

RODNEY ZHANG
  • 193
  • 1
  • 9

2 Answers2

12

Just run command "open ." this will open current directory in finder.

Dipti Shiralkar
  • 362
  • 2
  • 6
  • this also includes files as well, ``open index.php`` opens ``index.php`` the default code editor – M'Baku May 27 '19 at 09:54
0

open alone did not work for me. To display a file in the Finder without opening I did open <file_name> -R (The "-R" flag is necessary to show the file in the Finder without opening it)

dmc85
  • 250
  • 1
  • 9