SupacodeSupacode

Command Palette

Fuzzy navigation and contextual actions from one keyboard entry point

Press ⌘P to open the command palette.

Global actions

The palette always includes global actions such as:

  • check for updates
  • open settings
  • open repository
  • new worktree
  • refresh worktrees

Worktree actions

Every non-pending, non-deleting worktree becomes a selectable palette item. This gives you a fast fuzzy switcher across repositories and branches.

Contextual pull request actions

When the selected worktree is associated with an open pull request, the palette can also offer PR-specific actions such as:

  • open the PR on GitHub
  • mark it ready for review
  • merge it
  • close it
  • copy failing job URLs or CI logs
  • re-run failed jobs

Recency

Supacode records palette recency locally and boosts recently used items, which keeps frequent actions near the top even before you finish typing.

On this page