mirror of https://github.com/CrimsonTome/tldr.git
17 lines
552 B
Markdown
17 lines
552 B
Markdown
# ansiweather
|
|
|
|
> A shell script for displaying the current weather conditions in your terminal.
|
|
> More information: <https://github.com/fcambus/ansiweather>.
|
|
|
|
- Display a [f]orecast using metric [u]nits for the next seven days 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`
|