Files
cheatsheet-tldr/tldr/qr
2025-04-26 00:18:47 +00:00

18 lines
368 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`