qrencode
QR Code generator. Supports PNG and EPS. More information: <https://fukuchi.org/works/qrencode>.
Install
- All systems
-
curl cmd.cat/qrencode.sh
- Debian
-
apt-get install qrencode - Ubuntu
-
apt-get install qrencode - Arch Linux
-
pacman -S qrencode - Kali Linux
-
apt-get install qrencode - CentOS
-
yum install qrencode - Fedora
-
dnf install qrencode - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install qrencode - OS X
-
brew install qrencode - Raspbian
-
apt-get install qrencode
QR Code generator. Supports PNG and EPS. More information: <https://fukuchi.org/works/qrencode>.
-
Convert a string to a QR code and save to an output file:
qrencode -o path/to/output_file.png string -
Convert an input file to a QR code and save to an output file:
qrencode -o path/to/output_file.png -r path/to/input_file -
Convert a string to a QR code and print it in terminal:
qrencode -t ansiutf8 string -
Convert input from pipe to a QR code and print it in terminal:
echo string | qrencode -t ansiutf8
© tl;dr; authors and contributors