This is a plugin for PowerToys Run that allows you to search and install packages from the Winget package manager.
Use the installation script release.ps1
:
.\release.ps1
Then restart PowerToys
Or manually:
%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
).Alt+Space
).winget
followed by your search query.Enter
to install it.PowerToys
directory.git submodule update --init --recursive
PowerToys/src/modules/launcher/Plugins
directory. (git clone https://github.com/bostrot/PowerToysRunPluginWinget PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.Winget
)PowerToys.sln
solution in Visual Studio.PowerToys.sln
solution. (Right-click on the PowerToys
solution in the Solution Explorer (under the path PowerToys/src/modules/launcher/Plugins) and select Add > Existing Project...
and select the Community.PowerToys.Run.Plugin.Winget.csproj
file.)PowerToys
project.Contributions are welcome! Please see our contributing guidelines for more information.
This project is licensed under the MIT License.
I wrote an article about that in my blog which might help you to get started: How to create a PowerToys Run plugin