Skip to content

Open parent working directory on a new Finder window

Notifications You must be signed in to change notification settings

paolobertani/opwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

opwd - open parent working direcory

 

On macOS opens the parent working directory on a new window in the Finder

 

Installation:

Make the script executable:

chmod 755 opwd

If necessary create a bin/ directory into /usr/local...

sudo mkdir /usr/local/bin

...and add it to PATH environment variable in ~/.zshenv

export PATH=/usr/local/bin:$PATH

Finally:

sudo cp opwd /usr/local/bin/opwd

 

Usage:

From the terminal:

 % opwd

About

Open parent working directory on a new Finder window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages