nu_plugin_qr_maker

Crates.ionu_plugin_qr_maker
lib.rsnu_plugin_qr_maker
version1.0.3
sourcesrc
created_at2023-11-28 14:29:34.491967
updated_at2024-02-12 11:29:35.295402
descriptionA nushell plugin to create qr code in terminal
homepagehttps://github.com/FMotalleb/nu_plugin_qr_maker
repositoryhttps://github.com/FMotalleb/nu_plugin_qr_maker
max_upload_size
id1052041
size58,136
Motalleb Fallahnezhad (FMotalleb)

documentation

README

nu_plugin_qr_maker

A nushell plugin to create qr code in terminal

Examples

~> "https://google.com" | to qr

image

Installing

git clone https://github.com/FMotalleb/nu_plugin_qr_maker.git
nupm install --path nu_plugin_qr_maker -f
  • or compile manually
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
cargo install nu_plugin_qr_maker
register  ~/.cargo/bin/nu_plugin_qr_maker
Commit count: 7

cargo fmt