Results 600 comments of Igor Chubin
trafficstars

Yes, it is planned, I wanted to implement it, but now after this request I'll do it even faster. What data would you like to have first?

Yes, it was exactly the plan, but I see one small problem here: what about forecast? I mean how do you want to code forecast period that you want to...

@poserman Not yet, but it will be released soon and even better, if you are a tmux user, you can add it to your tmux status line

Hi everybody! Sorry for the silence, I will implement it on this weekend.

I've added initial support of oneline output mode. Please test it: ``` $ curl wttr.in/Berlin?format=1 ⛅ +5⁰C $ curl wttr.in/Berlin?format=4 Berlin: ⛅ 🌡️+5⁰C 🌬️↓9 km/h $ curl wttr.in/Berlin?format=%l:+%t berlin: +5⁰C...

@patrickelectric It is `format=`, not `line=`; excuse me for the confusion.

@patrickelectric It looks megacool! But we should extend it. For example, currently it shows only current weather, but not weather forecast. Another cool thing to have would be to have...

@patrickelectric Thank you for sharing your config. Several questions: 1. Should we use `{}` instead of `%` maybe? (or support moth of them?) 2. Why you use `%%20` instead of...

On 13. Dec 2018 09:42, Patrick José Pereira wrote: > @chubin the inline output is not working anymore ? > @patrickelectric It should work. Why? -- Igor Chubin

@robojeb For the one-line mode? For the normal mode you just add `?u` to the end of query: ``` curl wttr.in/?u ```