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