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:
- Install Go
- go get github.com/Comdex/qr
If you want to use it directly, you can download it from the link below.
qr -c "content"
qr -f "file path"Thanks to the project github.com/skip2/go-qrcode