1 unstable release
Uses old Rust 2015
0.1.0 | Jul 15, 2017 |
---|
#70 in #qrcode
3KB
51 lines
qr2text
A CLI program to render a QR code directly on the terminal.
Examples
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
Build
From sources
-
Install Rust
-
Type
$ cargo build --release
-
Copy
target/release/qr2text
to/usr/local/bin
, or any other directory in your$PATH
.
Dependencies
~215KB