git-worktree-switcher
git-worktree-switcher copied to clipboard
Fix completion issues
This PR fixes:
- Fish completions would only run once per shell session.
- Every shell completion would not accept worktrees with spaces in their basename.
This PR adds:
- New
namessub-command that lists out the basename of every worktree. - Dependency on
xargs.
This PR also obsoletes #14.