qr
Synopsis
Section titled “Synopsis”qr [text...]Description
Section titled “Description”Generates a UTF-8 QR code from the given text or from stdin if no argument is provided. Uses qrencode locally if available, otherwise falls back to the qrenco.de API via curl.
Arguments
Section titled “Arguments”text... |
Text to encode; reads from stdin if omitted |
Exit Status
Section titled “Exit Status”Exit status of qrencode, or curl if qrencode is unavailable
Example
Section titled “Example”qr "https://example.com"echo "hello" | qrDependencies: curl, qrencode
Classification: self-limiting(cat), network