This is a plugin for PowerToys Run that allows you to search, install, update and uninstall packages from the Scoop package manager.
- Search for packages in all Scoop repositories
- Install, update and uninstall packages directly from PowerToys Run
- View package description
- Go to package homepage
- Make sure you have Scoop installed. If not, get it here.
- Download the latest release of the plugin from the releases page.
- Extract the zip file's contents to
%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
. - Restart PowerToys.
- Open PowerToys Run (default shortcut is
Alt+Space
). - Type
sc
followed by your search query. - Select a package from the search results and press
Enter
to install it. - Press
Ctrl+H
to open the homepage of the package. - When a package is installed, press
Ctrl+U
to update it orCtrl+D
to uninstall it.
- Run
copyLib.ps1
once to copy the necessary DLLs from PowerToys to the project. - Build the project!
- Build the project.
- Run
debug.ps1
. - Attach to the process
PowerToys.PowerLauncher
.
- lukesampson: For creating Scoop!
- Microsoft: For creating PowerToys Run!
- bostrot: I used his PowerToysRunPluginWinget repository as a base.
- 8LWXpg: For providing a better project structure.