↳
In-reply-to
»
(#p3j63za) @carsten 46 km/h, sounds a lot 😧
⤋ Read More
@eaplmx@twtxt.net I use it too, I even have an alias:
DEFAULT_WEATHER_LOCATION='JUSTAMOMENT CITY'
# Usage: weather [CUSTOM LOCATION]
function weather() {
curl "wttr.in/${1:-$DEFAULT_WEATHER_LOCATION}"
}