Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 742 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 742 Bytes

QuiRky

A command line QR code printer inspired by "because I can" mentality and "not invented here" syndrome.

Usage

$ quirky --help
Usage: quirky [options] [text | -]

  Specify "-" or just nothing to read from stdin.

Options:
  -d    Make QR code double size
  -i    Invert colors

Screenshots

URL

Installation

If you have Go installed, then you should simply run:

go get github.com/Tenzer/quirky

and you will get the quirky executable inside $GOPATH/bin.

Change log

1.0.2 - 2021-05-23

  • Switch dependencies to use go modules
  • Update all dependencies

1.0.1 - 2018-10-22

  • Updated dependencies

1.0.0 - 2016-06-09

  • Initial release