SimonSchubert / LinuxCommandLibrary

1M+ downloads Linux reference app with basics, tips and formatted man pages
http://linuxcommandlibrary.com/
Apache License 2.0
842 stars 66 forks source link

[Commands search]: make search case insensitive #32

Closed PetbkA closed 1 year ago

PetbkA commented 1 year ago

Although Linux is case sensitive in its essence, searching for commands (and, moreover, their descriptions) shouldn't be.

App's search is case sensitive, so by typing e.g. "Ifconf" I can't find ifconfig, by typing "Configure" I can see only commands with Configure in description and vice versa.

Searching by command names (not their descriptions) is complicated with the fact that keyboard is always capitalizing first character so I have to set lower case first and then type command name (considering that most of commands are lowercase).

Please make commands search case _in_sensitive

SimonSchubert commented 1 year ago

Thanks a lot for the detailed report. Fixed in v3.2.0