qrus A QRCode cli tools, can encode and decode

Crates.io Rust license

install

bash cargo install qrus

USEAGE:

bash qrus encode <CONTENT>

bash qrus encode "Hello, world!"

bash qrus encode "Hello, world!" -o ~/images

bash qrus decode ./image/a.png

Qrus supports the following options:

``` bash $ qrus help qrcode encode and decode

Usage: qrus

Commands: encode decode help Print this message or the help of the given subcommand(s)

Options: -h, --help Print help -V, --version Print version ```

help encode

``` bash $ qrus help encode Usage: qrus encode [OPTIONS]

Arguments:

Options: -o, --output --low --medium --high -h, --help Print help ```

help decode

``` bash $ qrus help decode Usage: qrus decode

Arguments:

Options: -h, --help Print help ```