Skip to content
/ qare Public

A simple and fast command-line QR code generator

License

Notifications You must be signed in to change notification settings

melqtx/qare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qare

fast cli qr code generator

install

# arch
yay -S qare

# debian/ubuntu  
sudo apt install build-essential cmake libqrencode-dev
git clone <repo>
cd qare && mkdir build && cd build
cmake .. && make
sudo make install

usage

# basic
qare "https://github.com"
qare "hello world"

# options
qare -s 4 -m 2 "big qr code"
qare -o file.png "save to file"
qare -l H "high error correction"

# wifi
qare "WIFI:T:WPA;S:NetworkName;P:password;;"

flags

  • -s size (default: 1)
  • -m margin (default: 1)
  • -o output file (.png/.pbm)
  • -l error correction (L/M/Q/H)

generates qr codes in terminal or saves to file

requires libqrencode

About

A simple and fast command-line QR code generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published