feat(completions): unify cd/z completions across CWD, CDPATH, and zoxide #13
Reference in New Issue
Block a user
Delete Branch "cd-completions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
cd/zwere inconsistent — only one or two of CWD, CDPATH, and zoxide frecency results would work at a time_zoxide_z_completeinfunctions/zoxide.fishthat merges all three sources into a single completion listcompletions/zoxide.fishfor full tab completion of thezoxideCLI subcommands (add,query,remove,import,init)conf.d/zoxide.fishto wire the new completer to bothzandcdManual Verification
cd+ Tab — confirm completions include entries from the current directory, CDPATH directories, and zoxide history all in one listz+ Tab — confirm the same unified completion list appearscd <partial-name>of a recently visited directory and confirm zoxide matches appear as dimmed auto-suggestionszoxide+ Tab — confirm subcommands (add,query,remove,import,init) are offeredzoxide query -+ Tab — confirm-i/--interactive,-l/--list,-s/--scoreflags are offeredcdi/zistill opens the interactive fzf selector as before