2018-11-05 21:58:01 +00:00
|
|
|
# ansiweather
|
|
|
|
|
|
|
|
> A shell script for displaying the current weather conditions in your terminal.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://github.com/fcambus/ansiweather>.
|
2019-04-10 15:12:54 +01:00
|
|
|
|
2024-02-06 17:16:41 +00: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
|
|
|
|
2024-02-06 17:16:41 +00:00
|
|
|
`ansiweather -u metric -f 7 -l {{Rzeszow,PL}}`
|
2018-11-05 21:58:01 +00:00
|
|
|
|
2024-02-06 17:16:41 +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
|
|
|
|
2024-02-06 17:16:41 +00:00
|
|
|
`ansiweather -F -s true -d true`
|
2018-11-05 21:58:01 +00:00
|
|
|
|
2024-02-06 17:16:41 +00:00
|
|
|
- Display today's [w]ind and [h]umidity data for your current location:
|
2018-11-05 21:58:01 +00:00
|
|
|
|
2024-02-06 17:16:41 +00:00
|
|
|
`ansiweather -w true -h true`
|