Skip to content

feat: add Command+P task switcher for fast navigation#114

Merged
bborn merged 1 commit intomainfrom
task/217-command-p
Jan 11, 2026
Merged

feat: add Command+P task switcher for fast navigation#114
bborn merged 1 commit intomainfrom
task/217-command-p

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 11, 2026

Summary

  • Adds a VS Code-style command palette (Ctrl+P / p) for quickly jumping to any task
  • Implements fuzzy search by task title, ID (with or without #), project, or status
  • Provides keyboard navigation with up/down arrows, Enter to select, Esc to cancel
  • Includes centered modal overlay that integrates with existing theme

Test plan

  • Build passes (go build ./...)
  • All tests pass (go test ./...)
  • Manual testing: Press p or Ctrl+P on dashboard to open palette
  • Manual testing: Type to filter tasks by title/ID/project
  • Manual testing: Navigate with arrow keys, select with Enter
  • Manual testing: Press Esc to close without selecting

🤖 Generated with Claude Code

@bborn bborn force-pushed the task/217-command-p branch 2 times, most recently from 5b7693e to ba78707 Compare January 11, 2026 17:39
@openhands-ai
Copy link
Copy Markdown

openhands-ai bot commented Jan 11, 2026

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • CI

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #114 at branch `task/217-command-p`

Feel free to include any additional details that might help me get this PR into a better state.

You can manage your notification settings

Add a VS Code-style command palette (Ctrl+P / p) for quickly jumping to
any task. Features include:

- Fuzzy search by task title, ID (with or without #), project, or status
- Keyboard navigation with up/down arrows, Enter to select, Esc to cancel
- Page up/down for quick scrolling through results
- Visual task preview showing status icon, ID, project tag, and title
- Centered modal overlay that integrates with existing theme

The command palette makes it easy to switch between tasks without
navigating through the kanban board columns.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn force-pushed the task/217-command-p branch from ba78707 to b21601e Compare January 11, 2026 17:43
@bborn bborn merged commit b1d4769 into main Jan 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant