Description
When parsec switch is called without a ticket argument, show an interactive selector to pick from active worktrees.
Details
- List active worktrees with ticket, branch, title
- Use
dialoguer::FuzzySelect for interactive selection
- After selection, output the path (or cd with shell integration)
- With
--json, output all active worktrees instead
Priority
Low difficulty, high impact
Description
When
parsec switchis called without a ticket argument, show an interactive selector to pick from active worktrees.Details
dialoguer::FuzzySelectfor interactive selection--json, output all active worktrees insteadPriority
Low difficulty, high impact