sharo-jef / Community.PowerToys.Run.Plugin.Template

Template of simple PowerToys Run Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerToys Run Plugin Template

Usage

  1. Create repository with this template.
  2. Clone.
  3. Execute following command.
    .\New-Solution.ps1
    
    1. You can specify options.
      .\New-Solution.ps1 -ActionKeyword $ActionKeyword -Author $AuthorName -ProjectName $ProjectName -DotnetVersion $DotnetVersion
      
  4. Edit $ProjectName\Main.cs
  5. Add icon image (path: $ProjectName\images\icon.png)
  6. Build (zip file will be generated in repository root directory)
    .\Build-Solution.ps1
    

Installation

  1. Unzip and copy to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins

Debug

Error log location: %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Logs\$Version

About

Template of simple PowerToys Run Plugin


Languages

Language:PowerShell 100.0%