/nu_plugin_image

Primary LanguageRustMIT LicenseMIT

nu_plugin_image

A nushell plugin to create qr code in terminal

Examples

~> ls | table -c | to png output.png
drawing
~> open test.png -r | from png --width 150 | to png output.png

from: drawing to: drawing

Installing

Cargo Features:

  • fonts:

  • log level:

  • using nupm (preferred)

git clone https://github.com/FMotalleb/nu_plugin_image.git
nupm install --path nu_plugin_image -f
  • or compile manually
git clone https://github.com/FMotalleb/nu_plugin_image.git
cd nu_plugin_image
cargo build
register target/debug/nu_plugin_image