List All Projects
Install projxo
npm install -g projxo
Type command in terminal
pxo list
# or
pxo ls
Shows all your tracked projects with:
- Project name
- Framework type
- Last accessed time
Interactive actions:
Select a project and perform actions
- š Open in IDE
- š Copy project path
- šļø Remove from tracking
- ā¹ļø Show detailed info
Example output:
š¦ Your Projects (5)
⯠my-awesome-app React+Vite 2 hours ago
client-dashboard Next.js 1 day ago
mobile-game React Native 3 days ago
legacy-project Angular 1 week ago
test-app React+Vite 2 weeks ago
Use āā to navigate ⢠Enter to select
š Usage Examples
Browse Your Projects
$ pxo list
š¦ Your Projects (3)
⯠my-landing-page React+Vite just now
my-nextjs-app Next.js 2 days ago
old-angular-app Angular 2 weeks ago
# Select a project to:
# - Open in your IDE
# - Copy the path
# - Remove from tracking
# - View details