#nushell #nushell-plugin #encode-decode #qr #q-rcode

app nu_plugin_qr

A nushell plugin for encode/decode QRcode

1 unstable release

0.1.0 Aug 19, 2023

#27 in #nushell-plugin

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

~29–41MB
~457K SLoC