Skip to content

v0.0.2 — Command palette ⌘P

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:38

Command palette / fuzzy finder ⌘P

Jump anywhere in your repo from one overlay.

  • Open with ⌘P / Ctrl+P (Esc to close). Ignored while typing in an input or textarea.
  • Fuzzy search across everything — branches, files, recent commits, and app commands/screens, grouped by type.
  • Act on a result: branches check out, files open in the diff view, commits show their diff, commands switch screens.
  • Keyboard-first: ↑/↓ to move, Enter to run, with match highlighting on results and focus trapped inside the overlay.

Notes

  • Subsequence scorer ranks consecutive runs, word boundaries, camelCase, and earlier matches higher.
  • Pure frontend — no backend changes.

Full changelog: v0.0.1...v0.0.2