Skip to content

FMotalleb/nu_plugin_image

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published