HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ansiweather — Display the current weather conditions in your terminal. More information: <https://github.com/fcamb

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecurrentweatherconditionscommandansiweatherclidisplay

Problem

How to use the ansiweather command: Display the current weather conditions in your terminal. More information: <https://github.com/fcambus/ansiweather#usage>.

Solution

ansiweather — Display the current weather conditions in your terminal. More information: <https://github.com/fcambus/ansiweather#usage>.

Display a [f]orecast for the next seven days using metric [u]nits for a specific [l]ocation:
ansiweather -u metric -f 7 -l {{Rzeszow,PL}}


Display a [F]orecast for the next five days showing [s]ymbols and [d]aylight data for your current location:
ansiweather -F -s true -d true


Display today's [w]ind and [h]umidity data for your current location:
ansiweather -w true -h true

Code Snippets

Display a [f]orecast for the next seven days using metric [u]nits for a specific [l]ocation

ansiweather -u metric -f 7 -l {{Rzeszow,PL}}

Display a [F]orecast for the next five days showing [s]ymbols and [d]aylight data for your current location

ansiweather -F -s true -d true

Display today's [w]ind and [h]umidity data for your current location

ansiweather -w true -h true

Context

tldr-pages: common/ansiweather

Revisions (0)

No revisions yet.