Feature Description
Search also within application names and not only from the start of the application name.
Problem Statement
I have many "foo" utilities installed, but only one "fooquux" application.
If I enter just "quux" there is no match. If I enter "foo" I get all the other applications as well such as
I have to either start scrolling or enter at least the "q" to have only one entry.
Proposed Solution
If one would get results for partial matches and not only startsWith, "quux" (which is distinctlivly unique) would allow the requested application to be found faster.
Approach
I'd be willing to give it a try if this feature might be considered unseful for this project.
Feature Description
Search also within application names and not only from the start of the application name.
Problem Statement
I have many "foo" utilities installed, but only one "fooquux" application.
If I enter just "quux" there is no match. If I enter "foo" I get all the other applications as well such as
I have to either start scrolling or enter at least the "q" to have only one entry.
Proposed Solution
If one would get results for partial matches and not only startsWith, "quux" (which is distinctlivly unique) would allow the requested application to be found faster.
Approach
I'd be willing to give it a try if this feature might be considered unseful for this project.