PowerToys/src
2020-03-24 14:21:06 -07:00
..
action_runner MSIX: prompt and uninstall MSI PT version (#1248) 2020-02-18 18:11:01 +03:00
codeAnalysis
common Minor changes in project files 2020-03-17 06:01:34 +05:30
modules Fix internal variable 2020-03-24 14:21:06 -07:00
runner added the wox launcher dll 2020-03-16 07:55:27 -07:00
settings Update bundle.js and html index files. (#1502) 2020-03-09 08:26:37 +01:00
settings-web Fix spelling mistake (#1476) 2020-03-06 13:38:59 +01:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
README.md

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 folder. It utilizes a WebView to display an HTML-based settings window (contained in settings-web folder).

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