Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 256 Bytes

UniQRode

Small tool which converts input text to QR code created from unicode symbols.

Example

$ echo "https://github.com/dchirikov/uniqrode" | uniqrode

Installation

go get -d github.com/dchirikov/uniqrode
make && make install