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 install
macOS
c++ main.cpp -Wall -o qrenconsole
PREFIX=$HOME/local make install
echo http://hoge.example.com | qrenconsole
{
echo rsync://srv.some.example.org
echo words are separately converted
} | qrenconsole
Nomura Suzume <Suzume315[att]g00.g1e.org>