Log inSign up
Igor Chubin
2,948 posts
Image
user avatar
Igor Chubin
@igor_chubin
building the terminal web, one terminal at a time
github.com/chubin
Joined February 2016
100
Following
12K
Followers
  • user avatar
    Igor Chubin
    @igor_chubin
    Jul 4, 2018
    How to get an instant answer to any question on (almost) any programming language from the command line: $ curl cheat.sh/go/execute+ext… $ curl cheat.sh/clojure/extern… $ curl cheat.sh/lua/ejecutar+p…
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Aug 27, 2019
    New (additional, experimental) view: $ curl v2.wttr.in How do you like it?
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Feb 20, 2016
    How do you check the weather? curl wttr.in — Sure thing! #wttrin
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Jun 5, 2020
    chmod calculator with curl: curl cheat.sh/chmod/755 (by @BinyaminErez)
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Mar 15, 2017
    How to add weather data to your photos: $ convert 1.jpg <( curl wttr.in/Oymyakon_tqp0.… ) -geometry +50+50 -composite 2.jpg @climagic
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Aug 11, 2025
    🌤️ Did you know you can show live weather in Google Sheets? Use: =IMAGE("https://wttr\.in/"&B1&"_0pq.png", 4, 100, 200) (B1 = your city, like "Tokyo"). Excel 365/2021 does it too! Try this cool trick! #GoogleSheets #Excel
    Image
    26K
  • user avatar
    Igor Chubin
    @igor_chubin
    Dec 7, 2022
    Our favorite weather service has today 20k stars on GitHub. Congratulations!
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Sep 23, 2018
    The famous latency numbers every programmer should know (originally by Jeff Dean/Peter Norvig) $ curl cheat.sh/latency
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Dec 2, 2017
    How to check #cryptocurrency exchange rates/market caps/#btc dominance in the console using only curl $ curl rate.sx
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Feb 10, 2019
    wttr.in one-line mode $ curl wttr\.in/Paris?format=3 Paris: 🌩 +8⁰C $ curl -s 'wttr\.in/{Barcelona,Paris,Moscow}?format=3' Barcelona: ☀️ +18⁰C Paris: 🌩 +8⁰C Moscow: ☁️ -5⁰C $ curl wttr\.in/Paris?format='%l:+%c+%t,+%w+%m' Paris: 🌩 +8⁰C, →39 km/h 🌒
  • user avatar
    Igor Chubin
    @igor_chubin
    Apr 6, 2018
    To compare weather in two cities: $ diff -Naur <(curl -s wttr.in/london) <(curl -s wttr.in/new-york) (thanks @LordBaco for the idea)
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Sep 9, 2018
    Useful function for ~/.bashrc : how_in() { where="$1"; shift IFS=+ curl "cht\.sh/$where/$*" } and then in shell: how_in bash get length of array how_in awk print last field how_in sed remove several lines etc.
  • user avatar
    Igor Chubin
    @igor_chubin
    Dec 28, 2020
    I know that you know it, but if not: you can check historical and current crypto rates with curl: curl rate\.sx/btc@30d curl btc\.rate.sx/eth@30d curl rate\.sx/?n=100 curl rate\.sx/:help
    Image
    Image
  • user avatar
    Igor Chubin
    @igor_chubin
    Aug 12, 2025
    chmod calculator with curl: curl cheat.sh/chmod/755
    Image
    7.6K

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
Advertisement
Advertisement