|
Some checks failed
Build and Test / Validate Setup (push) Has been cancelled
Build and Test / Build (darwin-amd64) (push) Has been cancelled
Build and Test / Build (darwin-arm64) (push) Has been cancelled
Build and Test / Build (linux-amd64) (push) Has been cancelled
Build and Test / Build (windows-amd64) (push) Has been cancelled
Build and Test / Build (linux-arm64) (push) Has been cancelled
Build and Test / Security Audit (push) Has been cancelled
Build and Test / Package Results (push) Has been cancelled
Build and Test / Quality Gate (push) Has been cancelled
|
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| .idea | ||
| src | ||
| .gitignore | ||
| build.nu | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| nupm.nuon | ||
| README.md | ||
nu_plugin_qr_maker
A nushell plugin to create qr code in terminal
Examples
~> "https://google.com" | to qr
Installing
- using nupm
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