QREnconsole is a CLI tool to display QR code in terminal.
- libqrencode >= 4.1.0
- Unix-like OS or derivatives
- C++ compiler you like (C++11 or later should be supported)
Linux
make
PREFIX=$HOME make installmacOS
c++ main.cpp -Wall -o qrenconsole
PREFIX=$HOME/local make installecho http://hoge.example.com | qrenconsole
{
echo rsync://srv.some.example.org
echo words are separately converted
} | qrenconsoleNomura Suzume <Suzume315[att]g00.g1e.org>