-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestuxUser experience improvementsUser experience improvements
Description
Overview
Add fuzzy finding for better UX when selecting worktrees.
Features
Interactive worktree selection
$ wt go --fuzzy
> Select worktree:
main
> fea|
feature-1
feature-2
feature-login
Interactive project command selection
$ wt --fuzzy
> Select command:
list
add
go
> das|
dash
Implementation options
- Build simple selector in Go
- Optional dependency on fzf if available
- Fall back to numbered selection
Acceptance criteria
- Works without external dependencies
- Supports arrow keys and vim bindings
- Filters as you type
- Shows preview (branch info)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuxUser experience improvementsUser experience improvements