diff --git a/pages/common/qr.md b/pages/common/qr.md new file mode 100644 index 000000000..0ebc9aaec --- /dev/null +++ b/pages/common/qr.md @@ -0,0 +1,12 @@ +# qr + +> Generate QR codes in the terminal with ANSI VT-100 escape codes. +> More information: . + +- Generate a QR code: + +`echo "{{data}}" | qr` + +- Specify the error correction level (defaults to M): + +`echo "{{data}}" | qr --error-correction={{L|M|Q|H}}`