Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurehajime/qrray
Create HTML with a QR codes from multiple lines of text.
https://github.com/kurehajime/qrray
cli command-line-tool go golang qr qrcode qrcode-generator
Last synced: 4 days ago
JSON representation
Create HTML with a QR codes from multiple lines of text.
- Host: GitHub
- URL: https://github.com/kurehajime/qrray
- Owner: kurehajime
- License: mit
- Created: 2022-08-04T11:25:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:50:24.000Z (over 2 years ago)
- Last Synced: 2024-11-10T09:05:30.456Z (2 months ago)
- Topics: cli, command-line-tool, go, golang, qr, qrcode, qrcode-generator
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrray
Create HTML with a QR codes from multiple lines of text.
![qrray](https://user-images.githubusercontent.com/4569916/183288217-4bd5590e-c4d5-48ad-aacd-ac99988d5760.png)## Install
[Download here](https://github.com/kurehajime/qrray/releases)
## Usage
1. Prepare multiple lines of text.
```example.txt
https://www.google.com
https://www.apple.com
https://www.facebook.com
https://www.amazon.com
```2. Execute
```
$ qrray example.txt
```3. Done.
By default, `./qr/index.html` will be created.
![result](https://user-images.githubusercontent.com/4569916/183292804-bff6fc2e-f63d-4bb9-ad76-a4e9eb546486.png)
## Option
Option of qrray
```
-out string
out put path (default "./qr")
-prefix string
file name prefix (default "qr_")
-size int
size of qr code (default 128)
```