We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As wttr.in v2 has a broken html output, I'm trying to convert the terminal output to html myself via aha.
On the terminal (lxterminal 0.4.0-2+b1, Terminal font: Monospace Regular, 15, Palette: Tango) the output looks great:
However when trying to convert that to HTML through aha the spacing seems off:
Command: $ wget -q "https://v2.wttr.in/lbc" -O - | aha -b > /tmp/foo.html
$ wget -q "https://v2.wttr.in/lbc" -O - | aha -b > /tmp/foo.html
Firefox 132.0.2 (as provided by Debian Sid):
Chromium 130.0.6723.116 (as provided by Debian Sid):
Adding some custom CSS to aha makes things look a bit better on Firefox (but not on Chromium), however the sun and cloud icons are still off:
Command: wget -q "https://v2.wttr.in/lbc" -O - | aha -b -c /tmp/mono.css > /tmp/foo2.html /tmp/mono.css: pre { font-family: "monospace"; }
wget -q "https://v2.wttr.in/lbc" -O - | aha -b -c /tmp/mono.css > /tmp/foo2.html
pre { font-family: "monospace"; }
Any idea how I could fix this or what might be going wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As wttr.in v2 has a broken html output, I'm trying to convert the terminal output to html myself via aha.
On the terminal (lxterminal 0.4.0-2+b1, Terminal font: Monospace Regular, 15, Palette: Tango) the output looks great:
However when trying to convert that to HTML through aha the spacing seems off:
Command:
$ wget -q "https://v2.wttr.in/lbc" -O - | aha -b > /tmp/foo.html
Firefox 132.0.2 (as provided by Debian Sid):
Chromium 130.0.6723.116 (as provided by Debian Sid):
Adding some custom CSS to aha makes things look a bit better on Firefox (but not on Chromium), however the sun and cloud icons are still off:
Command:
wget -q "https://v2.wttr.in/lbc" -O - | aha -b -c /tmp/mono.css > /tmp/foo2.html
/tmp/mono.css:
pre { font-family: "monospace"; }
Any idea how I could fix this or what might be going wrong?
The text was updated successfully, but these errors were encountered: