Building the JohnnyDecimal PowerToys Run Plugin
I started a few years ago to organize my digital stuff with the Johnny.Decimal system. On macOS I had a custom Raycast script to quickly tap into my Johnny.Decimal folders; now that I’m on Windows, I want to replicate that functionality with PowerToys Run. Inspiration There are some excellent resources to get started with PowerToys Run plugins: Tutorial by Henrik Lau Eriksson Existing plugins New plugin checklist I’ll document my journey here, with step-by-step commits in my repo. When you see a link called “milestone”, you can check out how my code looked up to that point. Let’s get started! ...