ttyqr
ttyqr copied to clipboard
QR code generator for text terminal
ttyQR - draw QR codes straight into the terminal
Based on libqrencode library demo by Kentaro Fukuchi and Google Authenticator PAM module by Markus Gutschke
INSTALATION
- Get the requied libqrencode (developed on version 3.1.1) Be sure to install development packages.
- Run make to compile ttyqr.
- (optional) copy ttyqr to your favourite binary path (prefferably /usr/local/bin)
- Enjoy.
USAGE
As simple as: $ ttyqr 'Hello World'
For other usages, see the embedded help using ttyqr --help.