Skip to content

feat: add #<id> shortcut to jump directly to a task#108

Merged
bborn merged 1 commit intomainfrom
task/213-add-shortcut-to-jump-to-task
Jan 11, 2026
Merged

feat: add #<id> shortcut to jump directly to a task#108
bborn merged 1 commit intomainfrom
task/213-add-shortcut-to-jump-to-task

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 11, 2026

Summary

  • Add the ability to type #206 to open task 206 directly from the dashboard
  • Press # to enter shortcut mode, type task ID, press Enter to jump
  • Visual feedback shows "Jump to: #_" in the header while typing
  • Escape or non-digit keys cancel shortcut mode

Test plan

  • Build compiles successfully
  • All existing tests pass
  • Manual test: Press #, type a task ID, press Enter - should open that task
  • Manual test: Press #, type digits, press Esc - should cancel and return to normal mode
  • Manual test: Press #, type digits, press a letter - should cancel and process the letter normally

🤖 Generated with Claude Code

Add the ability to type #206 to open task 206 directly. This provides
a faster way to navigate to specific tasks without scrolling through
the kanban board.

- Press '#' to enter shortcut mode
- Type the task ID number
- Press Enter to jump to that task (opens detail view)
- Press Esc or any non-digit key to cancel

The shortcut mode displays visual feedback in the header showing
"Jump to: #<digits>_" while typing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit d5d5d66 into main Jan 11, 2026
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