A nushell plugin to create qr code in terminal
~> "https://google.com" | to qr
- using nupm
git clone https://github.com/FMotalleb/nu_plugin_qr_maker.git
nupm install --path nu_plugin_qr_maker -f
- or compile manually
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
- or using cargo
cargo install nu_plugin_qr_maker
register ~/.cargo/bin/nu_plugin_qr_maker