Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FMotalleb/nu_plugin_image


https://github.com/FMotalleb/nu_plugin_image

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# nu_plugin_image

A [nushell](https://www.nushell.sh/) plugin to create qr code in terminal

## Examples

```bash
~> ls | table -c | to png output.png
```

drawing

```bash
~> open test.png -r | from png --width 150 | to png output.png
```

from: drawing
to: drawing

## Installing

Cargo Features:

* fonts:
* log level:

* using [nupm](https://github.com/nushell/nupm) (preferred)

```bash
git clone https://github.com/FMotalleb/nu_plugin_image.git
nupm install --path nu_plugin_image -f
```

* or compile manually

```bash
git clone https://github.com/FMotalleb/nu_plugin_image.git
cd nu_plugin_image
cargo build
register target/debug/nu_plugin_image
```