QRrs

CLI QR code generator and reader written in rust

CI License: MIT

Info

QRrs is a command-line utility written in rust for working with qr codes (what actually follows from the name).

Usage

Generate code, than read it

console $ qrrs "Something" /tmp/qr.png

console $ qrrs --read /tmp/qr.png Something

Show code as text in terminal, or save it in a file

console $ qrrs --read --terminal /tmp/qr.png

```

█████████████████████████████ █████████████████████████████ ████ ▄▄▄▄▄ █▄ █▄▄█ ▄▄▄▄▄ ████ ████ █ █ █▀▄████ █ █ ████ ████ █▄▄▄█ █ ▄█▀▄█ █▄▄▄█ ████ ████▄▄▄▄▄▄▄█ ▀ ▀ █▄▄▄▄▄▄▄████ ████▄███ █▄▄ ▄▀ ▀▄▄▄ █▀▄████ ████▄ ▀█▀▄▄▀▄▀▀▄█▀▄█ █▄ ▀████ ████▄█▄██▄▄▄▀▀▀█ ▄▀█ ▀█▄ ████ ████ ▄▄▄▄▄ █▄▀▄▀ ▄▄▀ ██ █████ ████ █ █ █▄█▀ ▀▄▄█ ▀▀ ▀████ ████ █▄▄▄█ ██▀ ▄█▀ ▀ ████████ ████▄▄▄▄▄▄▄█▄▄▄█▄▄▄▄█▄██▄████ █████████████████████████████ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

```

console $ qrrs --read --terminal /tmp/qr.png >> code.txt

Install

From crates.io

console $ cargo install qrrs

From github

console $ cargo install --git https://github.com/Lenivaya/qrrs.git