HackerTrans
TopNewTrendsCommentsPastAskShowJobs

igor_chubin

no profile record

comments

igor_chubin
·4년 전·discuss
please send me your IP or at least its 3 first octets to igor AT chub.in
igor_chubin
·4년 전·discuss
This is not a problem with wttr.in, this is a problem of `watch`. It is a known issue: it can't render ANSI output.

You can try to run it with any command that has ANSI output, and you will see it.

As a simple alternative, you write your own 'watch' like this:

while true; do curl -s wttr.in; sleep 60; clear; done
igor_chubin
·4년 전·discuss
try `curl wttr.in/Munich` (with your location specified instead of Munich)