mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
7916181b6e
* qr: add page * Update qr.md
299 B
299 B
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}}