Fast QR image generate for Linux with Chart API
git clone https://github.com/bugra-gokcek/fastqr.git
cd ./fastqr && rm -f README.md &&
sudo mv fastqr.sh /usr/local/bin/ &&
cd /usr/local/bin &&
sudo ln -s fastqr.sh fastqr &&
sudo chmod +x fastqr.sh &&
cd $HOME
fastqr https://www.example.com/
This script needs imagemagick package for display png QR image file.
sudo apt install imagemagick -y
If you dont want to install imagemagick, change the fastqr.sh line:6
display $HOME/qr.png &