go-qr-generator

command module
v0.0.0-...-43ff46b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 5 Imported by: 0

README

go-qr-generator

GitHub go.mod Go version (subdirectory of monorepo) GitHub

A simple CLI application to generate a QR code for URL links in a given text file.

Usage

Make sure you have Go installed and have the go command available in your PATH.

First, clone the repository:

git clone https://github.com/bekbolsky/go-qr-generator.git

Then, go to the directory:

cd go-qr-generator

Build the application:

go build

Then, you can use the application:

go-qr-generator -input=path-to-your-file.txt -output=your-folder-or-path

The application will generate a QR code for each line in the input file.

Additionally, you can use the -help flag to see the usage:

go-qr-generator -help

There are also some other flags:

  • -transparent: enables the transparent background of the QR code. Default is false.
  • -fgcolor: sets the foreground color of the QR code. Default is #000000.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL