qrcp: QR code doesn't properly render on Windows

I’m opening this issue because:

  • I have found a bug
  • I want to request a feature
  • I have a question
  • Other

the qrcode is too big!!! When I zoom the cmd window, the QR code disappears.

1

image

  • My Go version is: (paste the output of go version and remember that qrcp requires at least version 1.8 of Go)
  • My GOPATH is set to: (paste the output of echo $GOPATH)

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 24 (12 by maintainers)

Most upvoted comments

Hello everyone, we released a new version, 0.6.4, which adds the option to open the QR into a browser window:

qrcp --browser MyDocument.pdf

This can be useful for those running into rendering issues in the terminal. Cheers, Claudio

I developed a software to realize this function.

3