git-worktree-switcher icon indicating copy to clipboard operation
git-worktree-switcher copied to clipboard

Fix completion issues

Open mateusauler opened this issue 1 year ago • 2 comments

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 names sub-command that lists out the basename of every worktree.
  • Dependency on xargs.

This PR also obsoletes #14.

mateusauler avatar May 01 '24 17:05 mateusauler