mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-22 01:58:04 +00:00
## Summary of the Pull Request - #39572 updated check-spelling but ignored: > 🐣 Breaking Changes [Code Scanning action requires a Code Scanning Ruleset](https://github.com/check-spelling/check-spelling/wiki/Breaking-Change:-Code-Scanning-action-requires-a-Code-Scanning-Ruleset) If you use SARIF reporting, then instead of the workflow yielding an ❌ when it fails, it will rely on [github-advanced-security 🤖](https://github.com/apps/github-advanced-security) to report the failure. You will need to adjust your checks for PRs. This means that check-spelling hasn't been properly doing its job 😦. I'm sorry, I should have pushed a thing to this repo earlier,... Anyway, as with most refreshes, this comes with a number of fixes, some are fixes for typos that snuck in before the 0.0.25 upgrade, some are for things that snuck in after, some are based on new rules in spell-check-this, and some are hand written patterns based on running through this repository a few times. About the 🐣 **breaking change**: someone needs to create a ruleset for this repository (see [Code Scanning action requires a Code Scanning Ruleset: Sample ruleset ](https://github.com/check-spelling/check-spelling/wiki/Breaking-Change:-Code-Scanning-action-requires-a-Code-Scanning-Ruleset#sample-ruleset)). The alternative to adding a ruleset is to change the condition to not use sarif for this repository. In general, I think the github integration from sarif is prettier/more helpful, so I think that it's the better choice. You can see an example of it working in: - https://github.com/check-spelling-sandbox/PowerToys/pull/23 --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Mike Griese <migrie@microsoft.com> Co-authored-by: Dustin L. Howett <dustin@howett.net>
PowerToys Modules
This section contains documentation for individual PowerToys modules, including their architecture, implementation details, and debugging tools.
Available Modules
Module | Description |
---|---|
Advanced Paste | Tool for enhanced clipboard pasting with formatting options |
Always on Top | Tool for pinning windows to stay on top of other windows |
Awake | Tool to keep your computer awake without modifying power settings |
Color Picker | Tool for selecting and managing colors from the screen |
Command Not Found | Tool suggesting package installations for missing commands |
Crop and Lock | Tool for cropping application windows into smaller windows or thumbnails |
Environment Variables | Tool for managing user and system environment variables |
FancyZones (debugging tools) | Window manager utility for custom window layouts |
File Explorer add-ons | Extensions for enhancing Windows File Explorer functionality |
File Locksmith | Tool for finding processes that lock files |
Hosts File Editor | Tool for managing the system hosts file |
Image Resizer | Tool for quickly resizing images within File Explorer |
Keyboard Manager | Tool for remapping keys and keyboard shortcuts |
Mouse Utilities | Collection of tools to enhance mouse and cursor functionality |
Mouse Without Borders | Tool for controlling multiple computers with a single mouse and keyboard |
NewPlus | Context menu extension for creating new files in File Explorer |
Peek | File preview utility for quick file content viewing |
Power Rename | Bulk file renaming tool with search and replace functionality |
PowerToys Run (deprecation soon) | Quick application launcher and search utility |
Quick Accent | Tool for quickly inserting accented characters and special symbols |
Registry Preview | Tool for visualizing and editing Registry files |
Screen Ruler | Tool for measuring pixel distances and color boundaries on screen |
Shortcut Guide | Tool for displaying Windows keyboard shortcuts when holding the Windows key |
Text Extractor | Tool for extracting text from images and screenshots |
Workspaces | Tool for saving and restoring window layouts for different projects |
ZoomIt | Screen zoom and annotation tool |
Adding New Module Documentation
When adding documentation for a new module:
- Create a dedicated markdown file for the module (e.g.,
modulename.md
) - If the module has specialized debugging tools, consider creating a separate tools document (e.g.,
modulename-tools.md
) - Update this index with links to the new documentation
- Follow the existing documentation structure for consistency