mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.
95 stars 9 forks source link

cd <tab> shows error messages #12

Closed PlasmaHH closed 5 years ago

PlasmaHH commented 5 years ago

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.
mgalgs commented 5 years ago

Thanks for the report, should be fixed :+1:

PlasmaHH commented 5 years ago

Indeed, no erros anymore