ansiweather is a shell script for displaying the current weather conditions in a terminal, with support
for ANSI colors and Unicode symbols.
Weather data comes from the OpenWeatherMap free weather API.
The options are as follows:
-llocation
Specify location.
-usystem
Specify unit system to use ( metric or imperial ).
-fdays
Toggle forecast mode for the specified number of upcoming days.
-F Toggle forecast mode for the next five days.
-avalue
Toggle ANSI colors display ( true or false ).
-svalue
Toggle symbols display ( true or false ).
-kkey Specify OpenWeatherMap API key.
-ivalue
Toggle UV Index display ( true or false ).
-wvalue
Toggle wind data display ( true or false ).
-hvalue
Toggle humidity data display ( true or false ).
-Hvalue
Toggle Feels like display ( true or false ).
-pvalue
Toggle pressure data display ( true or false ).
-dvalue
Toggle daylight data display ( true or false ).
-v Display version.