#nushell-plugin #nushell #qr #plugin

app nu_plugin_qr_maker

一个用于在终端中创建二维码的 nushell 插件

2 个稳定版本

1.0.3 2024年2月12日
1.0.0 2023年11月28日

#27#nushell-plugin

MIT 和可能 CC-PDDC

17KB
68

nu_plugin_qr_maker

一个用于在终端中创建二维码的 nushell 插件

示例

~> "https://google.com" | to qr

image

安装

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