mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 04:02:29 +00:00
Update cheatsheets
This commit is contained in:
17
qr
Normal file
17
qr
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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://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}}`
|
||||
Reference in New Issue
Block a user