Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ qrc Public

QR code generator for text terminals (ASCII art, Sixel)

License

Notifications You must be signed in to change notification settings

fumiyas/qrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR code generator for terminals

What's this?

This program generates QR codes in ASCII art or Sixel format for terminals, e.g., console, xterm, mlterm, Windows command prompt and so on.

Usage

$ 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;;'
...

optimized

Download

Binary files are here for Linux, Mac OS X and Windows:

https://github.com/fumiyas/qrc/releases

Build from source codes

If you have Go language environment, try the following:

$ go get github.com/fumiyas/qrc/cmd/qrc

About

QR code generator for text terminals (ASCII art, Sixel)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published