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