2个版本
0.1.1 | 2022年6月9日 |
---|---|
0.1.0 | 2022年6月3日 |
#5 在 #ssid
13KB
239 代码行
ranpha
生成您Wi-Fi网络的QR码。
Usage: -p PROTOCOL -s SSID [-k KEY] [-f IMAGE_FORMAT] [-o OUT_DIR] [--size SIZE]
Available options:
-p, --protocol <PROTOCOL> encryption protocol, only WPA2, WPA, or WEP is valid (case-insensitive).
-s, --ssid <SSID> SSID of your network.
-k, --key <KEY> key of your network. "nopass" will be used if not specified.
-f, --format <IMAGE_FORMAT> image format of generated image. Only PNG or SVG is valid (case-insensitive). PNG will be used if not specified.
-o, --output <OUT_DIR> output path of generated image. The current dir will be used if not specified.
--size <SIZE> size of generated image (px). 128 will be used if not specified.
-h, --help Prints help information
安装
通过Cargo安装
cargo install ranpha
依赖项
~11MB
~59K SLoC