Categorygithub.com/go-go-golems/barbar
modulepackage
0.0.0-20240412134223-542b3226105e
Repository: https://github.com/go-go-golems/barbar.git
Documentation: pkg.go.dev

# README

barbar

Output barcodes to the terminal using the kitty graphics protocol.

Installation

You need to have a working go toolchain.

To install:

go build -o barbar .

Usage

To generate a Code 128 barcode, use the barcode verb followed by the string you want to encode.

an example of running barbar to generate a barcode

To generate a QR code, use the qrcode verb followed by the string you want to encode.

an example of running bar to generate a qrcode