Skip to content

LissHall/pname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pname - Project Path Manager on MacOS & Linux

Usage

Project Path Manager - Usage:
    pname add NAME [PATH]   # Add new path (uses current dir if PATH omitted)
    pname ls                # List all paths
    . pname cd NAME         # Change to specified path (prints path in quotes). 
                            # Note: Use `.` or `source`
    pname c NAME            # Copy quoted path to clipboard
    pname rm NAME           # Delete specific path record
    pname rm _all           # Delete ALL stored paths (requires confirmation)

Download

cd Downloads
curl -o pname https://raw.githubusercontent.com/LissHall/pname/refs/heads/main/pname

Install

sudo mv pname /usr/local/bin/pname
sudo chmod +x /usr/local/bin/pname

About

Project Path Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages