pname - Project Path Manager

pname - Project Path Manager

Xinya HAO (Hall) Lv2

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
8
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

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

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
  • Title: pname - Project Path Manager
  • Author: Xinya HAO (Hall)
  • Created at : 2025-06-01 07:00:00
  • Updated at : 2025-12-13 07:20:03
  • Link: https://econometrics.club/2025/06/01/20250601_pname/
  • License: This work is licensed under CC BY-NC-SA 4.0.
Comments
On this page
pname - Project Path Manager