Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FMotalleb/nu_plugin_image
https://github.com/FMotalleb/nu_plugin_image
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/FMotalleb/nu_plugin_image
- Owner: FMotalleb
- License: mit
- Created: 2023-11-28T19:04:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T12:40:39.000Z (11 months ago)
- Last Synced: 2024-03-17T06:08:32.478Z (10 months ago)
- Language: Rust
- Size: 17.5 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nu - nu_plugin_image
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
``````bash
~> open test.png -r | from png --width 150 | to png output.png
```from:
to:## 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
```