#qr #aztec #barcode #codes #command-line-tool #data #share

app azt

A small CLI tool to create Aztec codes and share data with your phone

1 unstable release

0.1.0 Sep 7, 2024

#1097 in Command line utilities

MIT license

15KB
57 lines

azt - Aztec encoder CLI

A small CLI tool to create Aztec codes and share data with your phone.

Usage

To create an Aztec code from a string use:

$ azt "Hello World! πŸ—ΊοΈ"

azt also listens on stdin:

echo "Good morning" | azt -

For scanning use a barcode reader like Binary Eye.

Build

Run cargo build --release

Dependencies

~13–20MB
~258K SLoC