pname - Project Path Manager

pname - Project Path Manager

Xinya HAO (Hall)

pname - Project Path Manager on MacOS & Linux

pname is a simple command-line tool for managing project paths on MacOS and Linux.

It allows you to define, list, change, and remove project paths easily.

Usage

1
2
3
4
5
6
7
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 rm NAME # Delete specific path record
pname rm _all # Delete ALL stored paths (requires confirmation)

Install

Download or clone the tool from: https://github.com/LissHall/pname

1
2
sudo mv pname /usr/local/bin/pname
sudo chmod +x /usr/local/bin/pname
Comments
On this page
pname - Project Path Manager