blob: bcc87054119b2fa03ae37daeb5ab2234bba0bc4f (
plain)
1
2
3
4
5
6
7
8
|
# QRCode plugin
Generate a QR Code from the command line. Uses [QRcode.show](https://qrcode.show) via curl.
alias | command
--------------- | --------
`qrcode [text]` | `curl -d "text" qrcode.show`
`qrsvg [text]` | `curl -d "text" qrcode.show -H "Accepct: image.svg"`
|