- Copyright (C) 2014 SATOH Fumiyasu @ OSS Technology Corp., Japan
- License: MIT License
- URL: https://github.com/fumiyas/qrc
- Home: https://fumiyas.github.io/
This program generates QR codes in ASCII art or Sixel format for terminals, e.g., console, xterm, mlterm, Windows command prompt and so on.
$ qrc --help
Usage: qrc [OPTIONS] [TEXT]
Options:
-h, --help
Show this help message
-i, --invert
Invert color
Text examples:
http://www.example.jp/
MAILTO:[email protected]
WIFI:S:myssid;T:WPA;P:pass123;;
$ qrc https://fumiyas.github.io/
...
$ qrc 'WIFI:S:Our-ssid;T:WPA;P:secret;;'
...Binary files are here for Linux, Mac OS X and Windows:
https://github.com/fumiyas/qrc/releases
If you have Go language environment, try the following:
$ go get github.com/fumiyas/qrc/cmd/qrc