mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires bash-completion

Lenbok opened this issue · comments

If bash-completion is not installed, then _get_comp_words_by_ref is not available, and fuzzy_bash_completion produces a bunch of error messages when you try to use it.

At the least, it would be good to list this in the requirements.

Ah, didn't know _get_comp_words_by_ref was from bash-completion. I had made a note about optionally needing the bash-completion package here but looks like it's not optional after all.