Do you wish you were a middle-aged white mom with a hip, modern haircut, but you just can't find the manager?
ThEn ThIs Is ThE pLuGiN fOr YoU!
- PowerToys (tested with v0.76.2)
Install:
- Download the latest release
- Close PowerToys
- Extract the
Karenify
folder inside it to%LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins
- Start PowerToys
- Open PowerToys Run (default:
<Alt>
+<Space>
) - Type the direct activation command (default:
k
) and a space - Continue typing whatever you want to karenify
- Select one of the entries, then press
<Enter>
to copy that into clipboard
- Clone this repository
- The build process takes the reference libraries from
%ProgramFiles%/PowerToys/
. If the install location differs or you want to build against another version, copy the following files to theKarenify/lib/
directory:PowerToys.Common.UI.dll
PowerToys.ManagedCommon.dll
Wox.Plugin.dll
- Build the project with
dotnet publish -c:Release
, or equivalent