qrcli-rs

Crates.ioqrcli-rs
lib.rsqrcli-rs
version0.3.0
sourcesrc
created_at2018-02-01 21:27:22.231795
updated_at2019-01-24 01:58:11.058435
descriptioncommand line qr code generator
homepage
repositoryhttps://github.com/sgeisler/qrcli
max_upload_size
id49235
size13,468
Sebastian (sgeisler)

documentation

README

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.

Commit count: 11

cargo fmt