QRCode-CmdPal is a Powertoys CmdPal extension designed to generate QR codes quickly and efficiently. It allows users to create QR codes directly within their workflow with minimal effort.
Key Features:
Seamless Integration: Instant access via the Powertoys command palette.
Versatile Support: Generates QR codes from text, URLs, contact information, and more.
Customization Options: Adjust size and style to meet specific needs.
Easy Installation: Installable via winget for straightforward integration.
Audience & Benefits:
Ideal for productivity enthusiasts, developers, educators, and professionals requiring frequent QR code creation. Users benefit from time-saving integration directly into their workflow, enabling quick and efficient QR code generation without task disruption.
README
CmdPal-QRCode
This is a PowerToys CmdPal plugin for generating QR codes quickly and easily.
Usage
You can use placeholders in your input and they will be expanded in the generated QR code and details view:
{ip_local}: local LAN IPv4 address
{ip_public}: public IPv4 address (best-effort)
{ip}: alias for {ip_local}
{date}: current date (locale format)
{time}: current time (locale format)
Screenshots
Installation
MSStore
Click the badge below to go to the store page:
WinGet
winget install Riri.QRCodeforCmdPal
MSIX Files
You can download the MSIX files from the Releases page on GitHub. Choose the appropriate file for your architecture (x64(more common) or ARM) and install it manually.
Contributing
Feel free to submit issues and enhancement requests!
Credits
Special thanks to goqr.me for providing the QR code generation API.