logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate QR Codes - Command Line QR Generator | Online Free DevTools by Hexmos

Generate QR codes quickly with Command Line QR Generator. Encode data into scannable images directly from your terminal. Free online tool, no registration required.

qr

Generate QR codes in the terminal with ANSI VT-100 escape codes. More information: https://manned.org/qr.

  • Generate a QR code:

qr "{{data}}"

  • Specify the error correction level (defaults to M):

qr --error-correction {{L|M|Q|H}} "{{data}}"

  • Generate a QR code from the output of another command:

{{command}} | qr

  • Save the QR code as a PNG image:

qr "{{data}}" > {{path/to/file.png}}

return

See Also