PowerToys/src
Dave Rayment 6cece12b85
[Peek]Add support for previewing .ahk files as plaintext (#35538)
2024-11-22 16:25:01 +00:00
..
ActionRunner
Monaco [Peek]Add support for previewing .ahk files as plaintext (#35538) 2024-11-22 16:25:01 +00:00
Update
codeAnalysis
common [Peek] Fix Monaco assets folder discovery (#35925) 2024-11-22 16:24:15 +00:00
dsc
gpo/assets
logging
modules [Peek]Add support for previewing .ahk files as plaintext (#35538) 2024-11-22 16:25:01 +00:00
runner [runner]Fix opening settings through the update notification (#35429) 2024-10-28 12:10:18 +00:00
settings-ui [Dev][Build] .NET 9 Upgrade (#35716) 2024-11-13 12:36:45 -05:00
.clang-format
.editorconfig
Common.Dotnet.CsWinRT.props [Dev][Build] .NET 9 Upgrade (#35716) 2024-11-13 12:36:45 -05:00
Common.SelfContained.props
Monaco.props
README.md
Version.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-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.