CLI QR code generator and reader written in rust
QRrs is a command-line utility written in rust for working with qr codes (what actually follows from the name).
console
$ qrrs "Something" /tmp/qr.png
console
$ qrrs --read /tmp/qr.png
Something
console
$ qrrs --read --terminal /tmp/qr.png
```
█████████████████████████████ █████████████████████████████ ████ ▄▄▄▄▄ █▄ █▄▄█ ▄▄▄▄▄ ████ ████ █ █ █▀▄████ █ █ ████ ████ █▄▄▄█ █ ▄█▀▄█ █▄▄▄█ ████ ████▄▄▄▄▄▄▄█ ▀ ▀ █▄▄▄▄▄▄▄████ ████▄███ █▄▄ ▄▀ ▀▄▄▄ █▀▄████ ████▄ ▀█▀▄▄▀▄▀▀▄█▀▄█ █▄ ▀████ ████▄█▄██▄▄▄▀▀▀█ ▄▀█ ▀█▄ ████ ████ ▄▄▄▄▄ █▄▀▄▀ ▄▄▀ ██ █████ ████ █ █ █▄█▀ ▀▄▄█ ▀▀ ▀████ ████ █▄▄▄█ ██▀ ▄█▀ ▀ ████████ ████▄▄▄▄▄▄▄█▄▄▄█▄▄▄▄█▄██▄████ █████████████████████████████ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
```
console
$ qrrs --read --terminal /tmp/qr.png >> code.txt
console
$ cargo install qrrs
console
$ cargo install --git https://github.com/Lenivaya/qrrs.git