A CLI program to render a QR code directly on the terminal.
With a single argument:
$ qr2text https://rust-lang.org
Reading data from standard input:
$ cat /dev/urandom | tr -dc a-z0-9 | head -c 200 | qr2text
Install Rust
Type
bash
$ cargo build --release
Copy target/release/qr2text
to /usr/local/bin
, or any other directory in your $PATH
.