Skip to content

feat: fuzzy filter / search in bonsai switch picker #61

Description

@sauravpanda

Problem

bonsai switch lists all worktrees in a picker. With 20+ worktrees (common for heavy worktree users), scrolling is slow and error-prone. No way to type a few characters and narrow the list.

Suggested fix

Add an incremental filter — as the user types, filter worktrees by branch name substring (case-insensitive). Could use bubbles' textinput component combined with the existing list.

Alternatively, integrate with fzf if available on PATH, with a fallback to the built-in picker.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions