Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hlaueriksson/awesome-powertoys-run-plugins

🗂️🔎 Delightful PowerToys Run community plugins 🔌
https://github.com/hlaueriksson/awesome-powertoys-run-plugins

List: awesome-powertoys-run-plugins

awesome awesome-list list microsoft-powertoys plugins powertoys powertoys-run powertoys-run-plugin

Last synced: 7 days ago
JSON representation

🗂️🔎 Delightful PowerToys Run community plugins 🔌

Awesome Lists containing this project

README

        

# Awesome PowerToys Run Plugins [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

[](https://learn.microsoft.com/en-us/windows/powertoys/run)

> A curated list of [PowerToys Run](https://learn.microsoft.com/en-us/windows/powertoys/run) community plugins and resources

PowerToys Run is a quick launcher for Windows. It is open-source and modular for additional plugins.

![PowerToys Run](launcher-dark.png#gh-dark-mode-only)
![PowerToys Run](launcher-light.png#gh-light-mode-only)

> [!NOTE]
> Please read the [security](security.md) policy before installing any community plugins.

## Contents

- [Official](#official)
- [Plugins](#plugins)
- [Resources](#resources)
- [Articles](#articles)

## Official

- [Website](https://learn.microsoft.com/en-us/windows/powertoys/run)
- [Repository](https://github.com/microsoft/PowerToys)
- [Microsoft Store](https://apps.microsoft.com/detail/xp89dcgq3k6vld)

## Plugins

- [GEmojiSharp](https://github.com/hlaueriksson/GEmojiSharp#gemojisharppowertoysrun) - Find and copy GitHub emoji.
- [Everything](https://github.com/lin-ycv/EverythingPowerToys) - Find files and folders instantly with Everything.
- [PowerTranslator](https://github.com/N0I0C0K/PowerTranslator) - Translate text with Youdao Translation.
- [WinGet](https://github.com/bostrot/PowerToysRunPluginWinget) - Install and manage Windows packages with WinGet.
- [Lorem](https://github.com/dxn-9/prun-lorem) - Generate lorem ipsum texts.
- [TOTP](https://github.com/KawaiiZapic/PowertoysRunTOTP) - Copy time-based two factor verify codes.
- [Scoop](https://github.com/Quriz/PowerToysRunScoop) - Install and manage Windows packages with Scoop.
- [InputTyper](https://github.com/CoreyHayward/PowerToys-Run-InputTyper) - Type text as if sent from a keyboard.
- [CurrencyConverter](https://github.com/Advaith3600/PowerToys-Run-Currency-Converter) - Convert traditional and cryptocurrency with the latest exchange rates.
- [EdgeFavorite](https://github.com/davidegiacometti/PowerToys-Run-EdgeFavorite) - Open Microsoft Edge favorites.
- [GitKraken](https://github.com/davidegiacometti/PowerToys-Run-GitKraken) - Open GitKraken repositories.
- [VisualStudio](https://github.com/davidegiacometti/PowerToys-Run-VisualStudio) - Open recent solutions in Visual Studio.
- [ClipboardManager](https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager) - Search and paste from clipboard history.
- [GitHubRepo](https://github.com/8LWXpg/PowerToysRun-GitHubRepo) - Open GitHub repositories.
- [ProcessKiller](https://github.com/8LWXpg/PowerToysRun-ProcessKiller) - Kill Windows processes.
- [WebSearchShortcut](https://github.com/Daydreamer-riri/PowerToys-Run-WebSearchShortcut) - Search with predefined search engines.
- [UnicodeInput](https://github.com/nathancartlidge/powertoys-run-unicode) - Find and copy Unicode characters with Agda-style shorthands.
- [Timer](https://github.com/CoreyHayward/PowerToys-Run-Timer) - Set and manage timers.
- [HexInspector](https://github.com/NaroZeol/PowerHexInspector) - Convert numbers between bases.
- [LocalLLM](https://github.com/Darkdriller/PowerToys-Run-LocalLLm) - Query local LLM models with Ollama.

## Resources

- [Visual Studio Template](https://github.com/8LWXpg/PowerToysRun-PluginTemplate) - Visual Studio template for community plugins.
- [Community.PowerToys.Run.Plugin.Dependencies](https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Dependencies) - NuGet package with community plugin dependencies.
- [Community.PowerToys.Run.Plugin.Templates](https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Templates) - `dotnet new` templates for community plugins.
- [Community.PowerToys.Run.Plugin.Update](https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Update) - NuGet package with support for updating community plugins.
- [Community.PowerToys.Run.Plugin.Abstractions](https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Abstractions) - NuGet package with abstractions for community plugin dependencies.
- [ptr](https://github.com/8LWXpg/ptr) - CLI tool for installing and managing community plugins.

## Articles

- [Creating custom PowerToys Run plugins](https://conductofcode.io/post/creating-custom-powertoys-run-plugins/) - A step by step guide on how to create community plugins for PowerToys Run.

## Contributing

Contributions welcome!

1. First read the [community plugin checklist](checklist.md)
2. Then read the [contribution guidelines](contributing.md)