Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g1eng/qrenconsole

Get your QR code within ASCII escape sequences.
https://github.com/g1eng/qrenconsole

cli qr-code qrcode qrcode-generator

Last synced: 1 day ago
JSON representation

Get your QR code within ASCII escape sequences.

Awesome Lists containing this project

README

        

# QREnconsole

QREnconsole is a CLI tool to display QR code in terminal.

## Prerequisite

* [libqrencode](https://github.com/fukuchi/libqrencode) >= 4.1.0
* Unix-like OS or derivatives
* C++ compiler you like (C++11 or later should be supported)

## Build and install

Linux

```shell
make
PREFIX=$HOME make install
```

macOS

```shell
c++ main.cpp -Wall -o qrenconsole
PREFIX=$HOME/local make install
```

## Usage

```shell
echo http://hoge.example.com | qrenconsole
{
echo rsync://srv.some.example.org
echo words are separately converted
} | qrenconsole
```

## Author

Nomura Suzume