2 个稳定版本
1.0.3 | 2024年2月12日 |
---|---|
1.0.0 | 2023年11月28日 |
#27 在 #nushell-plugin
17KB
68 行
nu_plugin_qr_maker
一个用于在终端中创建二维码的 nushell 插件
示例
~> "https://google.com" | to qr
安装
- 使用 nupm
git clone https://github.com/FMotalleb/nu_plugin_qr_maker.git
nupm install --path nu_plugin_qr_maker -f
- 或手动编译
git clone https://github.com/FMotalleb/nu_plugin_qr_maker.git
cd nu_plugin_qr_maker
cargo build
register target/debug/nu_plugin_qr_maker
- 或使用 cargo
cargo install nu_plugin_qr_maker
register ~/.cargo/bin/nu_plugin_qr_maker
依赖项
~15–46MB
~713K SLoC