š” Tips & Tricks
Use Recent for Active Work
pxo recent
Quick Open for Speed
pxo open my-app
pxo open dash
Organize Your Projects
~/projects/clients/
~/projects/personal/
~/projects/learning/
cd ~/projects/clients
pxo
Review Project Details
š Usage Examples
Example 1: Create React App
$ pxo
? Select project type: React + Vite
? Enter project name: my-landing-page
? Enter directory: ~/projects
? Select IDE: VS Code
ā Project created successfully!
ā Project added to tracking
cd ~/projects/my-landing-page
npm run dev
Example 2: 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
Example 3: Quick Access Workflow
$ pxo recent
$ pxo open client-dashboard
ā Opened client-dashboard
$ pxo list
pxo list