PowerToys Run Plugins
Awesome PowerToys Run Plugins ¶
A curated list of PowerToys Run community plugins and resources
PowerToys Run is a quick launcher for Windows. It is open-source and modular for additional plugins.
[!NOTE] Please read the security policy before installing any community plugins.
Official¶
Plugins¶
- GEmojiSharp - Find and copy GitHub emoji.
- Everything - Find files and folders instantly with Everything.
- PowerTranslator - Translate text with Youdao Translation.
- WinGet - Install and manage Windows packages with WinGet.
- Lorem - Generate lorem ipsum texts.
- TOTP - Copy time-based two factor verify codes.
- Scoop - Install and manage Windows packages with Scoop.
- InputTyper - Type text as if sent from a keyboard.
- CurrencyConverter - Convert traditional and cryptocurrency with the latest exchange rates.
- EdgeFavorite - Open Microsoft Edge favorites.
- GitKraken - Open GitKraken repositories.
- VisualStudio - Open recent solutions in Visual Studio.
- ClipboardManager - Search and paste from clipboard history.
- GitHubRepo - Open GitHub repositories.
- ProcessKiller - Kill Windows processes.
- WebSearchShortcut - Search with predefined search engines.
- UnicodeInput - Find and copy Unicode characters with Agda-style shorthands.
- Timer - Set and manage timers.
- HexInspector - Convert numbers between bases.
- LocalLLM - Query local LLM models with Ollama.
Resources¶
- Visual Studio Template - Visual Studio template for community plugins.
- Community.PowerToys.Run.Plugin.Dependencies - NuGet package with community plugin dependencies.
- Community.PowerToys.Run.Plugin.Templates -
dotnet new
templates for community plugins. - Community.PowerToys.Run.Plugin.Update - NuGet package with support for updating community plugins.
- Community.PowerToys.Run.Plugin.Abstractions - NuGet package with abstractions for community plugin dependencies.
- ptr - CLI tool for installing and managing community plugins.
Articles¶
- Creating custom PowerToys Run plugins - A step by step guide on how to create community plugins for PowerToys Run.
Contributing¶
Contributions welcome!
- First read the community plugin checklist
- Then read the contribution guidelines