blob: 442838947f4e00556deb24f3e8a49ed14d246647 (
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 "Accept: image/svg+xml"`
|