1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/qr.md
Starbeamrainbowlabs 7916181b6e qr: add page (#3769)
* qr: add page

* Update qr.md
2020-01-20 21:58:38 +01:00

12 lines
299 B
Markdown

# qr
> Generate QR codes in the terminal with ANSI VT-100 escape codes.
> More information: <https://github.com/lincolnloop/python-qrcode/>.
- Generate a QR code:
`echo "{{data}}" | qr`
- Specify the error correction level (defaults to M):
`echo "{{data}}" | qr --error-correction={{L|M|Q|H}}`