tldr/pages/common/ansiweather.md

17 lines
552 B
Markdown
Raw Normal View History

2018-11-05 21:58:01 +00:00
# ansiweather
> A shell script for displaying the current weather conditions in your terminal.
> More information: <https://github.com/fcambus/ansiweather>.
2019-04-10 15:12:54 +01:00
- Display a [f]orecast using metric [u]nits for the next seven days for a specific [l]ocation:
2018-11-05 21:58:01 +00:00
`ansiweather -u metric -f 7 -l {{Rzeszow,PL}}`
2018-11-05 21:58:01 +00:00
- Display a [F]orecast for the next five days showing [s]ymbols and [d]aylight data for your current location:
2018-11-05 21:58:01 +00:00
`ansiweather -F -s true -d true`
2018-11-05 21:58:01 +00:00
- Display today's [w]ind and [h]umidity data for your current location:
2018-11-05 21:58:01 +00:00
`ansiweather -w true -h true`