Creating custom PowerToys Run plugins

1 ยท Henrik Lau Eriksson ยท Feb. 13, 2024, 11:37 p.m.
PowerToys Run is a quick launcher for Windows. It is open-source and modular for additional plugins. Official plugins include: Calculator Unit Converter Value Generator Windows Search At the time of writing there are 21 plugins out of the box. If you think the official plugins are not enough, you can write our own. The easiest way to get started is to look at what others did. Official plugins: https://github.com/microsoft/PowerToys/tree/main/src/modules/launcher/Plugins GitHub topics w...