ansiweather: fix and improve example descriptions; add mnemonics (#12142)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
Vitor Henrique 2024-02-06 14:16:41 -03:00 committed by GitHub
parent 875fdd68b6
commit 780f1ae0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -3,14 +3,14 @@
> A shell script for displaying the current weather conditions in your terminal.
> More information: <https://github.com/fcambus/ansiweather>.
- Display a forecast using metric units for the next five days for Rzeszow, Poland:
- Display a [f]orecast using metric [u]nits for the next seven days for a specific [l]ocation:
`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`
`ansiweather -u metric -f 7 -l {{Rzeszow,PL}}`
- Display a forecast showing symbols and daylight data for your current location:
- Display a [F]orecast for the next five days showing [s]ymbols and [d]aylight data for your current location:
`ansiweather -s {{true}} -d {{true}}`
`ansiweather -F -s true -d true`
- Display a forecast showing wind and humidity data for your current location:
- Display today's [w]ind and [h]umidity data for your current location:
`ansiweather -w {{true}} -h {{true}}`
`ansiweather -w true -h true`