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
Overview
Add fuzzy finding for better UX when selecting worktrees.
Features
Interactive worktree selection
Interactive project command selection
Implementation options
Acceptance criteria