antonmedv / walk

Terminal file manager
MIT License
3.17k stars 89 forks source link

Add --ignore-case option #144

Open davc0n opened 3 weeks ago

davc0n commented 3 weeks ago

ref. https://github.com/antonmedv/walk/issues/101

antonmedv commented 2 weeks ago

Why is it needed?

davc0n commented 2 weeks ago

It's easier to find stuff if you have a folder with mixed files naming, some starting with capital letter, some not. The default behavior puts all capital letters before the rest.

You said few time ago in this issue https://github.com/antonmedv/walk/issues/101 that we could add such option. If there's a better way to implement this, feel free to suggest ofc.