Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks