bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

output with to much spacing in qrcode #536

Closed fnpanic closed 2 years ago

fnpanic commented 2 years ago

Hi,

just was playing around to use qr codes created by qrencode to display.

Unfortunatly the output as vertical a bit of spacing between the characters and a lot between the horizontal lines.

I am using qrencode now with mode -t utf8. Also tried ansi but did not solve it.

The output format is currently terminal.

maybe there is another way maybe with html output?

I do not even save the qrcode on disk using this command in the script:

qrencode "$1" -o - -t utf8 | cat qr

fnpanic commented 2 years ago

Just a quick update. I solved it with html output and writing the file to the webserver. Not so nice as the pipe but it works. qr2

fnpanic commented 2 years ago

i think we can close this one.