Last Updated: February 25, 2016
·
345
· wjonthomas

Open Finder from your current directory in Terminal

Really simple time saver that I always forget about. In Terminal you can use

open .

to open a new Finder window in the current Terminal directory.

If you want to open a Finder window to a nother directory, just type the directory, like so:

open ~/Sites/foldername