Files
PowerToys/src
Michael Jolley 97ef3652b2 Merge branch 'dev/mjolley/frecency-redesign' into dev/mjolley/provider-weighting
Resolve conflicts in MainListRanker.cs (using block): keep the base's internal
class visibility, OrdinalIgnoreCase, 6-param ClassifyTier, and interface removals,
alongside the provider-weighting ProviderWeightBonus/ProviderBonus additions.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
2026-07-08 13:43:32 -05:00
..

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings-ui folder. It utilizes a WebView to display an HTML-based settings window.

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.