psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.07k stars 54 forks source link

Low contrast font colors in a terminal emulator can make the QR codes unscannable (--qr). #82

Closed trv6 closed 2 years ago

trv6 commented 2 years ago

Would it be possible to use ANSI escape codes to set the colors of the characters to black and white when printing the QR codes?

trv6 commented 2 years ago

After taking a peak to see how the QR codes are generated, I've realized this issue should probably be submitted to mdp/qrterminal. I'll reopen it there.