Viewing profile — igor_chubin
igor_chubin
HN member- Joined
- Thu, May 25, 2017, 3:43 AM UTC
- HN karma
- 49
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About igor_chubin
No profile information was provided.
Recent public activity
-
comment
Comment #31387682
please send me your IP or at least its 3 first octets to igor AT chub.in
-
comment
Comment #31386557
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…
-
comment
Comment #31386546
try `curl wttr.in/Munich` (with your location specified instead of Munich)
-
comment
Comment #23652989
Just use curl --user-agant "" wttr.in?A for that. The `A` option enforces ANSI output (curl wttr.in/:help for more)
-
comment
Comment #23651580
I hoe it is listed at https://github.com/chubin/awesome-console-services
-
comment
Comment #23651562
curl wttr.in/:help and the curlable directory is almost there As an interim solution, you can use this: curl https://raw.githubusercontent.com/chubin/awesome-console-services/maste…
-
comment
Comment #23651550
Yes it works! The difference is minimal though (it was intentionally a one-liner)
-
comment
Comment #23651543
Wow! That's cool. Let's try it curl() { [ -t 1 ] && curl "$@" | sanitize || curl "$@"; }
-
comment
Comment #23650857
See my comment in the neighbor thread
-
comment
Comment #23650696
No, because they are not implemented as a part of wego; wego is used just for visualization of one of the views (v1). The rest is implemented outside of it
-
comment
Comment #23650251
Just use IFS for this w() { ( IFS=+; curl wttr.in/"$*";); }
-
comment
Comment #23649995
Try this: curl ga.wttr.in/limerick
-
comment
Comment #23649989
curl v2.wttr.in and for the white background: curl wttr.in/?I
-
comment
Comment #23649927
Just add `F` to the options, and you don't need `| head -17` then
-
comment
Comment #23649918
It was the case indeed (many many years ago), we discussed at the anuualy curl hackers conference in Nuremberg back in 2017, but the only terminals that we managed to find with the…
-
comment
Comment #23649713
curl cheat.sh curl rate.sx curl qrenco.de and the rest from https://github.com/chubin/awesome-console-services
-
comment
Comment #23649706
It is possible, but it brings nothing, because you don't only need to move to the end of the line but print something in between, and for that the server mush know the width of you…
-
comment
Comment #23649701
The problem is that it depends on the terminal, and you can render this character properly for all 100% of the terminals on the server side
-
comment
Comment #23649696
To say truth, it is not just a wego as a service since many years, but is started like that indeed Now it has a lot of additional features: * one-line output for status lines * ast…
-
comment
Comment #17506384
It depends on topic + you can use the ~ notation to extract only parts of the cheat sheet. Check README on Github for that (or curl cht.sh/:help)
-
comment
Comment #17506379
Yes, it is not good, we are working on the new frontend. I can give a link to it to you if you want, but not here, because it will not handle the load that comes after that; just w…
-
comment
Comment #17506345
Yes curl cht.sh/:styles-demo select the best style for you, and use it in the queries. curl cht.sh/:help for more info. Also, use the special client cht.sh which supports persitent…
-
comment
Comment #17506334
We are working on that but it is not so easy because many queries are generated just in time. The high load problem is mitigated by the way, so you can try now if you want.
-
comment
Comment #17506255
We are of course aware of the beautiful cheat project and we even use it (what is documented in our README.md file), but please keep in mind that: 1. Our project is called cheat.sh…
-
comment
Comment #17493483
Most important things: curl cht.sh/:help curl cht.sh/language/question for question about language ?Q to switch comments off ?T to switch syntax highlighting off append /1 for the …