PowerToys/src
2024-10-23 11:33:35 +02:00
..
ActionRunner
codeAnalysis
common [AdvancedPaste]Additional actions - Image to text, Paste as file (txt, png, html) (#35167) 2024-10-18 14:34:09 +01:00
dsc New Utility: New+ (#33136) 2024-09-19 17:12:24 +01:00
gpo/assets [New+, Enterprise]Policy for showing filename extension (#35000) 2024-09-24 16:33:01 +01:00
logging
modules [Workspaces] re-implementing Monitor ID usage (#35427) 2024-10-23 11:33:35 +02:00
runner [General]Support language selection (#34971) 2024-09-25 21:20:15 +01:00
settings-ui [Deps]Upgrade MessagePack to 2.5.187 and SteamJsonRpc to 2.19.27 (#35528) 2024-10-22 19:02:38 +01:00
Update
.clang-format
.editorconfig
Common.Dotnet.CsWinRT.props [Deps] WinAppSDK 1.6.1 and CsWinRT 2.1.5 update (#35381) 2024-10-11 08:35:13 -05:00
Common.SelfContained.props
README.md
Version.props

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.