#qr #encode #command-line #cli

app qrcli-rs

命令行二维码生成器

4 个版本 (2 个重大更改)

0.3.0 2019 年 1 月 24 日
0.2.1 2019 年 1 月 24 日
0.2.0 2018 年 2 月 1 日
0.1.0 2018 年 2 月 1 日

#67 in #qr

MIT 许可证

9KB
73

QrCli

qrcli 是一个在命令行上生成二维码并在其中显示的工具,无需 X 服务器。支持所有错误纠正等级: lowmediumquartilehigh

用法

$ ./qrcli -h
qrcli 0.1.0
Sebastian Geisler <[email protected]>

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 output of ./qrcli "Hello world!"

许可证

QrCli 在 MIT 许可证的条款下发布。有关更多信息,请参阅 LICENSE

依赖项

~3.5MB
~62K SLoC