#nu-shell #qr #decode

app nu_plugin_qr

A nushell plugin for encode/decode QRcode

1 unstable release

0.1.0 Aug 19, 2023

#96 in #nu-shell

Custom license and maybe CC-PDDC

18KB
225 lines

A plugin for nushell to decode/encode qrcode.

Install

cargo install nu_plugin_qr
register ~/.cargo/bin/nu_plugin_qr

Usage

plugin is install as subcommands of from and to.

Convert from qrcode:

open qrcode.png | from qr

Convert to qrcode:

"test" | to qr --width 300 --shape circle | save qrcode.png

Dependencies

~24–34MB
~492K SLoC