#qr #render #terminal

app qr2text

Render a QR code in the terminal

1 unstable release

Uses old Rust 2015

0.1.0 Jul 15, 2017

#58 in #qr

MIT license

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 

QR Examples


Build

From sources

  1. Install Rust

  2. Type

    $ cargo build --release
    
  3. Copy target/release/qr2text to /usr/local/bin, or any other directory in your $PATH.

Dependencies

~210KB