Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfiosalanitri/qrcode-generator
This script can generate a svg qrcode from an url and send it to an email address from command line.
https://github.com/alfiosalanitri/qrcode-generator
bash qrcode
Last synced: about 1 month ago
JSON representation
This script can generate a svg qrcode from an url and send it to an email address from command line.
- Host: GitHub
- URL: https://github.com/alfiosalanitri/qrcode-generator
- Owner: alfiosalanitri
- License: mit
- Created: 2021-09-24T10:56:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T21:22:44.000Z (9 months ago)
- Last Synced: 2024-04-15T23:20:10.567Z (9 months ago)
- Topics: bash, qrcode
- Language: Shell
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](./demo-qrcode-gen.gif)# Dependencies
- qrencode (https://pkgs.org/download/qrencode)
- mailutils (https://pkgs.org/download/mailutils)
- ssmtp (optional)