Tips tagged with weather.

  • Get the weather

    April 18, 2025
    Get the weather from wttr.in into your terminal. Run with just "weather".
    Get the weather
    weather() { curl -s "wttr.in/$(echo $@ | tr ' ' '+')"; }
    Read More