A sleek terminal weather app — no API key, no config, just forecasts.
- Worldwide city search — find any city on the planet
- 7-day forecast — daily min/max temperatures, precipitation chance, and weather status at a glance
- Remembers your city — launches straight into your forecast after the first run
- Zero setup — powered by the free Open-Meteo API
Go install
go install github.com/local-interloper/cli-weather@latestBuild from source
git clone https://github.com/local-interloper/cli-weather
cd cli-weather
go build -o cli-weather .cli-weatherOn first launch you'll be prompted to search for a city. Pick one from the results and your choice is saved — next time you run it, your forecast loads instantly.
To switch cities, press / from the forecast view.
Your default city is stored at ~/.config/cli-weather/city.json. Delete it to reset.
GPL-3.0 — see LICENSE.