Generate qrcode using command line

NIL.Dd July 14, 2018

.Dt "Generating a QR code"

If you need to generate a QR picture using command line tool. I would

recommend libqrencode.

.Bd -literal -offset indent

qrencode -o file.png 'some text'

.Ed

It's also possible to display the QR code inside the terminal with

the following command.

.Bd -literal -offset indent

qrencode -t ANSI256 'some text'

.Ed

.Lk https://fukuchi.org/works/qrencode/index.html.en Official qrencode website

Proxy Information
Original URL
gemini://perso.pw/blog//articles/qrcode.gmi
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
173.85459 milliseconds
Gemini-to-HTML Time
0.485222 milliseconds

This content has been proxied by September (3851b).