/qrcode-generator

This script can generate a svg qrcode from an url and send it to an email address from command line.

Primary LanguageShellMIT LicenseMIT

qrcode-generator

Generate a svg qrcode from url and send the file to an email address.

Installation

  • sudo apt update
  • sudo apt install qrencode mailutils ssmtp
  • sudo chmod +x /usr/local/bin/qrcode-gen
  • sudo ln -s /link/to//qrcode-generator/qrcode-gen /usr/local/bin/qrcode-gen

Usage

qrcode-gen https://www.alfiosalanitri.it create

Dependencies