Scroll to navigation

ANSIWEATHER(1) General Commands Manual ANSIWEATHER(1)

NAME

ansiweather
weather in terminal, with ANSI colors and Unicode symbols

SYNOPSIS

ansiweather [-F] [-l location] [-u system] [-f days] [-a value] [-s value] [-k key] [-w value] [-h value] [-p value] [-d value] [-v value]

DESCRIPTION

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:

location
Specify location
system
Specify unit system to use ( metric or imperial )
days
Toggle forecast mode for the specified number of upcoming days
Toggle forecast mode for the next five days
value
Toggle ANSI colors display ( true or false )
value
Toggle symbols display ( true or false )
key
Specify OpenWeatherMap API key
value
Toggle wind data display ( true or false )
value
Toggle humidity data display ( true or false )
value
Toggle pressure data display ( true or false )
value
Toggle daylight data display ( true or false )
Display version

EXAMPLES

Display forecast using metric units for the next five days (showing symbols and daylight data) for Rzeszow, Poland:

ansiweather -l Rzeszow,PL -u metric -s true -f 5 -d true

AUTHORS

ansiweather was written by Frederic Cambus.
February 9, 2017 Linux 4.19.0-10-amd64