| Crates.io | qr_cli |
| lib.rs | qr_cli |
| version | 0.1.0 |
| created_at | 2021-07-23 08:40:09.471259+00 |
| updated_at | 2021-07-23 08:40:09.471259+00 |
| description | Command line tool to create and read QR files. |
| homepage | https://gitlab.com/jorgarga/qr-cli |
| repository | https://gitlab.com/jorgarga/qr-cli |
| max_upload_size | |
| id | 426215 |
| size | 14,319 |
Utility program to create and read QR files.
To create a QR from a text run:
qr_cli create "My text" /path/to/result_qr.png
To read a QR code run:
qr_cli read /path/to/result_qr.png
An example of usage can be found in test/generate_and_read.sh, primarily used for testing.