A command line QR code printer inspired by "because I can" mentality and "not invented here" syndrome.
$ quirky --help
Usage: quirky [options] [text | -]
Specify "-" or just nothing to read from stdin.
Options:
-d Make QR code double size
-i Invert colors
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
.
- Switch dependencies to use go modules
- Update all dependencies
- Updated dependencies
- Initial release