Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FMotalleb/nu_plugin_qr_maker
A nushell plugin to create qr code in terminal
https://github.com/FMotalleb/nu_plugin_qr_maker
nushell-plugin qrcode-generator
Last synced: 3 months ago
JSON representation
A nushell plugin to create qr code in terminal
- Host: GitHub
- URL: https://github.com/FMotalleb/nu_plugin_qr_maker
- Owner: FMotalleb
- License: mit
- Created: 2023-11-28T13:28:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:14:18.000Z (9 months ago)
- Last Synced: 2024-05-05T10:25:04.907Z (9 months ago)
- Topics: nushell-plugin, qrcode-generator
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nu - nu_plugin_qr_maker
README
# nu_plugin_qr_maker
A [nushell](https://www.nushell.sh/) plugin to create qr code in terminal
## Examples
```bash
~> "https://google.com" | to qr
```![image](https://github.com/FMotalleb/nu_plugin_qr_maker/assets/30149519/1771961a-b06b-4310-81ed-63865e8d2f8e)
## Installing
* using [nupm](https://github.com/nushell/nupm)
```bash
git clone https://github.com/FMotalleb/nu_plugin_qr_maker.git
nupm install --path nu_plugin_qr_maker -f
```* or compile manually
```bash
git clone https://github.com/FMotalleb/nu_plugin_qr_maker.git
cd nu_plugin_qr_maker
cargo build
register target/debug/nu_plugin_qr_maker
```* or using cargo
```bash
cargo install nu_plugin_qr_maker
register ~/.cargo/bin/nu_plugin_qr_maker
```