/qr

A small tool that helps print qr codes on the command line. It requires no installation and is ready to use

Primary LanguageGoMIT LicenseMIT

qr

A small tool that helps print qr codes on the command line. It requires no installation and is ready to use.

If you want to build an executable file yourself. Please Follow these steps:

  1. Install Go
  2. go get github.com/Comdex/qr

If you want to use it directly, you can download it from the link below.

Linux amd64 binary

How to use

qr -c "content"
qr -f "file path"

Thanks to the project github.com/skip2/go-qrcode