Project Switcher

Project Switcher Overview

The Project Switcher provides instant fuzzy search across all your projects, making it easy to jump to any project regardless of which group it belongs to.

Opening the Switcher

Press Ctrl+P (or Cmd+P on macOS) to open the Project Switcher dialog.

How It Works

  1. Type a few characters from the project name or path
  2. The list filters in real-time as you type
  3. Use arrow keys to navigate results
  4. Press Enter to activate the selected project

Fuzzy Matching

The switcher uses fuzzy matching, so you can type:

  • nc to find “needlecast”
  • blog to find any project with “blog” in the name
  • work/client to find “work/client-project”

Features

Real-time Filtering

Results update as you type — no need to press Enter.

Group-aware

Results show which group each project belongs to.

Git Status

Each result shows the current branch and dirty state.

Keyboard Navigation

  • Up/Down — Navigate results
  • Enter — Activate project
  • Escape — Close without switching

Use Cases

Quick Context Switching

When working on multiple projects, Ctrl+P lets you switch without touching the mouse.

Finding Forgotten Projects

Can’t remember which group contains a project? Just type what you remember.

Next Steps