Recent Projects

Install projxo

npm install -g projxo

Type command in terminal

pxo recent
# or with custom limit
pxo recent 5

Shows your recently accessed projects (default: last 10)

Features:

  • Sorted by last accessed time (most recent first)
  • Quick selection with arrow keys
  • Select to open in your preferred IDE

Example output:

šŸ• Recent Projects (5)

Select a project to open:
āÆ 1.  my-awesome-app      React+Vite    2 hours ago
  2.  client-dashboard    Next.js       1 day ago
  3.  mobile-game         React Native  3 days ago
  4.  api-server          Next.js       5 days ago
  5.  test-project        React+Vite    1 week ago

Use case: Perfect for quickly switching between active projects without browsing the full list.

šŸ“– Usage Examples

Quick Access Workflow

# Morning: See what you worked on recently
$ pxo recent
# → Select and open your active project

# Later: Quick open by name
$ pxo open client-dashboard
āœ“ Opened client-dashboard

# End of day: Browse all projects
$ pxo list
# → Review and organize