1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 15:15:23 +02:00
tldr/pages/common/qr.md
Managor 8e09a08059
common*: refresh old pages part 3 (#16257)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-25 21:19:03 +03:00

275 B

qr

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

  • Generate a QR code:

echo "{{data}}" | qr

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

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