| Crates.io | nu_plugin_terminal_qr |
| lib.rs | nu_plugin_terminal_qr |
| version | 1.1.1 |
| created_at | 2025-12-30 08:10:28.529479+00 |
| updated_at | 2025-12-30 08:10:28.529479+00 |
| description | A nushell plugin to create qr code in terminal |
| homepage | https://github.com/Neuron-Mr-White/nu_plugin_qr_maker |
| repository | https://github.com/Neuron-Mr-White/nu_plugin_qr_maker |
| max_upload_size | |
| id | 2012251 |
| size | 66,732 |
A nushell plugin to create qr code in terminal.
Compatible with Nushell 0.109.1+
~> "https://google.com" | to qr
git clone https://github.com/Neuron-Mr-White/nu_plugin_qr_maker.git
nupm install --path nu_plugin_qr_maker -f
git clone https://github.com/Neuron-Mr-White/nu_plugin_qr_maker.git
cd nu_plugin_qr_maker
cargo build
plugin add target/debug/nu_plugin_terminal_qr.exe
cargo install nu_plugin_terminal_qr
plugin add ~/.cargo/bin/nu_plugin_terminal_qr.exe
Original author: Motalleb Fallahnezhad