SYNOPSIS
[-Fh [-a value ] ] [-d value ] [-f days ] [-k key ] [-l location ] [-s value ] [-u system ]DESCRIPTION
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:
- -l location
- Specify location
- -u system
- Specify unit system to use ( metric or imperial )
- -f days
- Toggle forecast mode for the specified number of upcoming days
- -F
- Toggle forecast mode for the next five days
- -d value
- Toggle daylight data display ( true or false )
- -a value
- Toggle ANSI colors display ( true or false )
- -s value
- Toggle symbols display ( true or false )
- -k key
- Specify API key
- -h
- Display help
AUTHORS
was written by An Frederic Cambus