kyoheiu / felix

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

Uppercase letters in keyword search #259

Closed lbfalvy closed 7 months ago

lbfalvy commented 7 months ago

Uppercase letters are neither accepted by the keyword search tool nor matched by their lowercase variant. For example, the ~/Pictures directory isn't found by the search string /pictures, and I can't enter the capital P in /Pictures.

kyoheiu commented 7 months ago

Thank you for the report. Looks like recent change #254 unexpectedly restricts SHIFT input. It'd be easy to fix, so please wait...

kyoheiu commented 7 months ago

Fixed https://github.com/kyoheiu/felix/pull/260/commits/78a2daa77c50a30cae661ed5dc04121aea441807

kyoheiu commented 7 months ago

Released as v2.11.1 I'd appreciate if you could check how this works.

lbfalvy commented 7 months ago

It works fine, thank you!