Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srlehn/c39

generate code39 barcodes as sixel images
https://github.com/srlehn/c39

barcode barcode-generator code39 sixel sixel-graphics terminal

Last synced: 15 days ago
JSON representation

generate code39 barcodes as sixel images

Awesome Lists containing this project

README

        

This bash script generates [code39](https://en.wikipedia.org/wiki/Code_39) barcodes as [sixel](https://en.wikipedia.org/wiki/Sixel) images - a sixel capable terminal is required.

![$ ./c39 'TEST'](barcode.png)

(This script is the result of one afternoon's boredom.)