-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Run] Support fuzzy search of apps (nicknames of apps / context) #3624
Comments
Just want to vocalize my support for this. I'm using Keypirinha still because PowerToys Run has a really bad search. Windows search in general needs a lot of improvement. |
A better fuzzy matching system would be great! |
This is my #1 request as well. However I wish for two additions to this request : |
Referencing #3082 that suggest match on context: |
Maybe a suggestion for a quick fix. I could see myself making a list where I map-out |
This would be tracked via #3600 |
#3600 captures the suggested "quick fix" but does not capture this issue. #3600 is for custom commands/mappings. This issue is for fuzzy search similar to the Windows Start Menu Search. For example, I can type "vscode" in the Windows Start Menu Search to launch "Visual Studio Code". PowerToys Run however, gives unhelpful URL and internet search suggestions. |
Summary of the new feature/enhancement
I think "Run" search should work like fzf (https://github.com/junegunn/fzf).
I think "VS2019", "VS 2019" or "VS19" should work for Visual Studio 2019
Proposed technical implementation details (optional)
Maybe this library can be used https://github.com/StefH/SimMetrics.Net
The text was updated successfully, but these errors were encountered: