fzf-obc icon indicating copy to clipboard operation
fzf-obc copied to clipboard

readline's completion-ignore-case

Open dicktyr opened this issue 5 years ago • 3 comments

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

dicktyr avatar Dec 10 '19 19:12 dicktyr

Nice suggestion indeed.

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

Thanks

rockandska avatar Dec 10 '19 20:12 rockandska

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.

mrichtarsky avatar Sep 17 '22 21:09 mrichtarsky

$ 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

rockandska avatar Sep 17 '22 21:09 rockandska