rockandska / fzf-obc

fzf over bash complete
50 stars 6 forks source link

readline's completion-ignore-case #29

Open dicktyr opened 4 years ago

dicktyr commented 4 years ago

it would be nice if case-insensitive matching were automatically enabled when the readline option completion-ignore-case is on

maybe useful to consider other readline options too

rockandska commented 4 years ago

Nice suggestion indeed.

I will take a look at how i could implement this soon.

Thanks

mrichtarsky commented 2 years ago

Since the above does not make it totally clear - is it possible to have fzf-obc work case insensitively via configuration? From the manual, I can't seem to find any option for that.

rockandska commented 2 years ago
$ cat >> ${HOME}/.config/fzf-obc/default.cfg
std_fzf_opts+=' +i'

should do the trick, if not, open a specific issue for this @mrichtarsky as it is not directly related to have it enable depending on readline configuration. The project is not dead but need to do a big refactoring