kyoheiu / felix

tui file manager with vim-like key mapping
https://kyoheiu.dev/felix/
MIT License
692 stars 24 forks source link

[FEATURE REQUEST] Allow case insensitive search #281

Closed junnunkarim closed 4 months ago

junnunkarim commented 4 months ago

Currently when searching for pictures when directory name is Pictures, it is not found. So would it be possible to kindly implement case insensitive searching? An config option to turn it on maybe?

kyoheiu commented 4 months ago

Thanks for the suggestion. As you say, setting config option might be enough, just like ignorecase in Neovim. I'll work on this.

junnunkarim commented 4 months ago

@kyoheiu That will be really helpful. Thank You.

kyoheiu commented 4 months ago

Implemented via #286

junnunkarim commented 4 months ago

Tried it out and it works as intended. Thank you!