fuzzy_bash_completion icon indicating copy to clipboard operation
fuzzy_bash_completion copied to clipboard

Fuzzy tab completion for bash.

Results 4 fuzzy_bash_completion issues
Sort by recently updated
recently updated
newest added

As in the tutorial, I set `fuzzy_setup_for_command cd;`. However, when I write `cd ` the autocompletion shows me all the environmental variables. Is there any way to avoid this? Usually...

I just noticed that cd cannot handle spaces in names: ``` sublime-text-3 (master) $ l total 20 drwx------ 3 orschiro users 4096 Sep 13 12:53 Packages drwx------ 50 orschiro users...

With "plain" bash completion, the candidates are filtered by being a directory, however this extension also displays files (in an empty directory the behaviour differs too btw.). I have been...

Should be able to use `set` builtin command.