logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ansiweather — weather in terminal, with ANSI colors and Unicode symbols

Authors

ansiweather was written by Frederic Cambus.

Debian                                           January 7, 2023                                  ANSIWEATHER(1)

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:

       -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.

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

Name

       ansiweather — weather in terminal, with ANSI colors and Unicode symbols

Synopsis

ansiweather [-llocation] [-usystem] [-fdays] [-F] [-avalue] [-svalue] [-kkey] [-ivalue] [-wvalue]
                   [-hvalue] [-Hvalue] [-pvalue] [-dvalue] [-v]

See Also