Skip to content

FMotalleb/nu_plugin_qr_maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A nushell plugin to create qr code in terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published