philihpAboutPGPLightning

Open a folder window from a terminal in Windows and macOS

Philihp Busby,1 min read

Easy way to open up a folder window while in a command line prompt. This opens a window to wherever you are, in case.

C:\>mkdir tempdir C:\>cd tempdir C:\tempdir>explorer .

On macOS, you can just do this

$ mkdir tempdir $ cd tempdir $ open .

GitHub · Bluesky · LinkedIn · Instagram · KeybaseRSS

Built from 8f0906ac CC BY 4.0 — with love from San Francisco.