Skip to content

feat: remove jump-to-number and filter features#119

Merged
bborn merged 1 commit intomainfrom
task/226-remove-jump-to-number
Jan 11, 2026
Merged

feat: remove jump-to-number and filter features#119
bborn merged 1 commit intomainfrom
task/226-remove-jump-to-number

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 11, 2026

Summary

  • Remove the number filter (typing digits to jump to tasks by ID)
  • Remove the shortcut mode (# to jump directly to a task)
  • Remove the text filter (/ to filter tasks by title)

These features are superseded by the Command+P task switcher which provides a better user experience with fuzzy search across task titles, IDs, projects, and statuses.

Test plan

  • Build passes
  • All tests pass
  • Verify navigation works with arrow keys
  • Verify Command+P task switcher still works
  • Verify old shortcuts no longer trigger any action

🤖 Generated with Claude Code

Remove the number filter (#ID jump), shortcut mode (#<id>), and text filter (/)
features from the task dashboard. These are superseded by the Command+P task
switcher which provides a better user experience with fuzzy search across
task titles, IDs, projects, and statuses.

Removed functionality:
- Number filter: typing digits to filter/jump to tasks by ID
- Shortcut mode: pressing # followed by task ID to jump directly
- Text filter: pressing / to filter tasks by title text

The Command+P task switcher is now the primary way to navigate to tasks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 87b93f0 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