Crates.io | qrus |
lib.rs | qrus |
version | 0.1.0 |
source | src |
created_at | 2023-05-22 07:17:56.485934 |
updated_at | 2023-05-22 07:17:56.485934 |
description | A QRCode cli tools, can encode and decode |
homepage | |
repository | https://gitlab.com/andrew_ryan/qrus |
max_upload_size | |
id | 870413 |
size | 35,685 |
cargo install qrus
qrus encode <CONTENT>
qrus encode "Hello, world!"
qrus encode "Hello, world!" -o ~/images
qrus decode ./image/a.png
$ qrus help
qrcode encode and decode
Usage: qrus <COMMAND>
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
$ qrus help encode
Usage: qrus encode [OPTIONS] <CONTENT>
Arguments:
<CONTENT>
Options:
-o, --output <OUTPUT>
--low
--medium
--high
-h, --help Print help
help decode
$ qrus help decode
Usage: qrus decode <IMAGE_PATH>
Arguments:
<IMAGE_PATH>
Options:
-h, --help Print help