1 个不稳定版本
0.1.0 | 2023年8月19日 |
---|
35 在 #nushell-plugin
18KB
225 行
nushell 解码/编码 QR码的插件。
安装
cargo install nu_plugin_qr
register ~/.cargo/bin/nu_plugin_qr
用法
插件安装为 from
和 to
的子命令。
从 QR码转换
open qrcode.png | from qr
转换到 QR码
"test" | to qr --width 300 --shape circle | save qrcode.png
依赖项
~22–35MB
~463K SLoC