mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd <tab> shows error messages

PlasmaHH opened this issue · comments

In plain bash, doing cd (or any other command) displays all files or asks to display (if they are too many) however with fuzzy bc there are a couple of errors emitted beforehand:

Try 'dirname --help' for more information.
basename: missing operand
Try 'basename --help' for more information.

Thanks for the report, should be fixed 👍

Indeed, no erros anymore