Skip to content

Instantly share code, notes, and snippets.

@jvarn
Created January 4, 2026 04:52
Show Gist options
  • Select an option

  • Save jvarn/b7df1d7c067ecbc99854532ba972933c to your computer and use it in GitHub Desktop.

Select an option

Save jvarn/b7df1d7c067ecbc99854532ba972933c to your computer and use it in GitHub Desktop.
Weather from terminal
# https://github.com/chubin/wttr.in
# sudo nano /usr/local/bin/weather
# sudo chmod +x /usr/local/bin/weather
# ------- paste below then run with `weather` ------- #
#!/bin/bash
curl wttr.in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment