-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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][New Plugin] Plugin for WinGet #3897
Comments
You can do this via |
Yeah, but it would be cool for PT Run to automatically list install-able applications. |
I think it would be a fine and dandy plugin but not something we're planning to add in anytime soon from within our core team |
blocked until PT Run Plugin management screen (enable / disable, could add in extra weighting option) #5273 |
@crutkas |
Consider NuGet and Chocolatey as well. |
@bostrot wrote a community plugin for this: https://github.com/bostrot/PowerToysRunPluginWinget |
Closing because of the community plugin that was mentioned in the comment above. |
Summary of the new feature/enhancement
When searching for an application on PowerTools Run, there should be a way to quickly and easily install the app, if missing, from WinGet.
Proposed technical implementation details (optional)
When something is typed into PT Run, assuming WinGet is installed, query
winget search
for the string and present the search results to the user, probably at the bottom of the PT Run results so it shows up more prominently if nothing else was found from the PT Run query (ie the requested application isn't installed). If the user clicks on the result, the selected application will be installed usingwinget install
.The text was updated successfully, but these errors were encountered: