Quick Open Project

Install projxo

npm install -g projxo

Type command in terminal

pxo open <project-name>

Instantly open a project by name - the fastest way to access your work.

Features:

  • Direct project opening by name
  • Fuzzy search if exact match not found
  • Opens in your preferred IDE
  • Updates last accessed timestamp

Example output:

# Exact match
pxo open my-awesome-app

# Fuzzy match (finds "my-awesome-app")
pxo open awesome

# Multiple matches - shows selection menu
pxo open app
$ pxo open dashboard

Found similar project: client-dashboard
✓ Opening client-dashboard in VS Code...
✓ Opened client-dashboard

Use case: When you know the project name, this is the fastest way to open it.