Hacker News new | ask | show | jobs
by igor_chubin 2183 days ago
Just use

    curl --user-agant "" wttr.in?A
for that.

The `A` option enforces ANSI output (curl wttr.in/:help for more)

1 comments

Oh nice, thanks! I wish more services would do that.

(btw there's a typo, should be --user-agent)