#nushell-plugin #nushell #qr #plugin

app nu_plugin_qr_maker

A nushell plugin to create qr code in terminal

2 stable releases

1.0.3 Feb 12, 2024
1.0.0 Nov 28, 2023

#17 in #nushell-plugin

35 downloads per month

MIT and maybe CC-PDDC

17KB
68 lines

nu_plugin_qr_maker

A nushell plugin to create qr code in terminal

Examples

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

image

Installing

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

Dependencies

~15–49MB
~733K SLoC