Inspired by https://github.com/fumiyas/qrc, just outputs a smaller qrcode.
This program generates QR codes in text format for text terminals.
You can transfer data to smartphones with a QR code reader application from your terminal.
qrcode program takes a text from command-line argument or standard
input (if no command-line argument) and encodes it to a QR code.
$ quote --help
Usage: quote [OPTIONS] [TEXT]
Options:
-h, --help
Show this help messageBinary files are here:
If you have Go language environment, try the following:
$ go get github.com/spazzymoto/qrcode