Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srlehn/c39
- Owner: srlehn
- License: mit
- Created: 2023-09-27T00:17:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T00:32:10.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:55:42.126Z (7 months ago)
- Topics: barcode, barcode-generator, code39, sixel, sixel-graphics, terminal
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.)