mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-03 03:19:08 +08:00
638cd1dd48
* Added open in console for indexer * Added open in console fpr indexer and folder plugin * Added open in console to program plugin * Added string localization for program plugin * Added test for win32 program * Added test for win32 programs * Added test for indexer plugin * Localization for context menu title * Added tests for folder plugin * Added tests for indexer plugin * Code cleanup * Improved logging and nit fixes * Updated tooltip for open in console * Updates tests * Removed subtitle property from contextmenuresult class * Improved logging for context menu loaders |
||
---|---|---|
.. | ||
action_runner | ||
codeAnalysis | ||
common | ||
core | ||
modules | ||
runner | ||
settings | ||
settings-web | ||
tests/win-app-driver | ||
.clang-format | ||
.editorconfig | ||
Directory.Build.props | ||
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 library with helper functions, used by both the runner and the PowerToys modules.