#qr #encode #command-line #cli

app qrcli-rs

command line qr code generator

4 releases (2 breaking)

0.3.0 Jan 24, 2019
0.2.1 Jan 24, 2019
0.2.0 Feb 1, 2018
0.1.0 Feb 1, 2018

#67 in #qr

MIT license

9KB
73 lines

QrCli

qrcli is a tool to generate QR codes on the command line and display them there without the need for an X server. All error correction levels are supported: low, medium, quartile and high.

Usage

$ ./qrcli -h
qrcli 0.1.0
Sebastian Geisler <sgeisler@wh2.tu-dresden.de>

USAGE:
    qrcli-rs [OPTIONS] <text>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -e, --error-correction <coding>    specifies the error correction level to use [default: high]

ARGS:
    <text>    text that will be encoded

Example

example output of ./qrcli "Hello world!"

License

QrCli is released under the terms of the MIT license. See LICENSE for more Information.

Dependencies

~3MB
~60K SLoC