Creating QR Codes from the Terminal
Published on
Updated on
With the tool qrencode
, it is surprisingly simple to create a QR code.
echo "https://brandonrozek.com" | qrencode -t ansiutf8
Published on
Updated on
With the tool qrencode
, it is surprisingly simple to create a QR code.
echo "https://brandonrozek.com" | qrencode -t ansiutf8