qr-generator-cli

Crates.ioqr-generator-cli
lib.rsqr-generator-cli
version0.1.0
sourcesrc
created_at2023-01-22 17:53:47.983978
updated_at2023-01-22 17:53:47.983978
descriptionCommand line QR code generator for those who love tools that just work
homepage
repositoryhttps://github.com/TiagoCavalcante/qr
max_upload_size
id765292
size167,794
Tiago Cavalcante Trindade (TiagoCavalcante)

documentation

README

qr

Command line QR code generator for those who love tools that just work

Demo

How to install?

Just execute the command bellow and you are ready to go:

wget -qO- https://raw.githubusercontent.com/TiagoCavalcante/qr/main/scripts/install.sh | bash

Build yourself

Building it yourself is very easy:

git clone https://github.com/TiagoCavalcante/qr
cargo build --release
./target/release/qr "Hello, world!"
                             
                             
    █▀▀▀▀▀█  ▄ ▄▀ █▀▀▀▀▀█    
    █ ███ █ █ ▀▀▀ █ ███ █    
    █ ▀▀▀ █ ██▄▄▀ █ ▀▀▀ █    
    ▀▀▀▀▀▀▀ █ █ ▀ ▀▀▀▀▀▀▀    
    ▀ ▀██▀▀▄▄▀▀▀▄▄▀▀███ ▄    
     ▄▄▀ ▄▀▄▀▀█▄██▀▄ ██▀     
    ▀▀ ▀▀▀▀ █   ▀▄██▄▄  ▀    
    █▀▀▀▀▀█ ▄▀█ ██▀█ ▄██     
    █ ███ █ █▀▄▀▀▀▀▄█▄ ▀▀    
    █ ▀▀▀ █ ▀▀█▀█▄▀▀▄▄█      
    ▀▀▀▀▀▀▀ ▀▀ ▀  ▀ ▀  ▀     
                             
                             
Commit count: 9

cargo fmt