Skip to content

Quriz/PowerToysRunScoop

Repository files navigation

Scoop Plugin for PowerToys Run

This is a plugin for PowerToys Run that allows you to search, install, update and uninstall packages from the Scoop package manager.

banner

Features

  • Search for packages in all Scoop repositories
  • Install, update and uninstall packages directly from PowerToys Run
  • View package description
  • Go to package homepage

Installation

  1. Make sure you have Scoop installed. If not, get it here.
  2. Download the latest release of the plugin from the releases page.
  3. Extract the zip file's contents to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins.
  4. Restart PowerToys.

Usage

  1. Open PowerToys Run (default shortcut is Alt+Space).
  2. Type sc followed by your search query.
  3. Select a package from the search results and press Enter to install it.
  4. Press Ctrl+H to open the homepage of the package.
  5. When a package is installed, press Ctrl+U to update it or Ctrl+D to uninstall it.

How to build

  1. Run copyLib.ps1 once to copy the necessary DLLs from PowerToys to the project.
  2. Build the project!

How to debug

  1. Build the project.
  2. Run debug.ps1.
  3. Attach to the process PowerToys.PowerLauncher.

Thanks to