mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
ansiweather: add Italian translation.
This commit is contained in:
parent
4abbd9bae0
commit
1d342fe47a
1 changed files with 15 additions and 0 deletions
15
pages.it/common/ansiweather.md
Normal file
15
pages.it/common/ansiweather.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# ansiweather
|
||||
|
||||
> Uno script per mostrare le attuali condizioni meteo nel tuo terminale.
|
||||
|
||||
- Mostra una previsione usando unità SI per i prossimi cinque giorni in Rzeszow (Polonia):
|
||||
|
||||
`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`
|
||||
|
||||
- Mostra una previsione con simboli e informazioni sulla luce solare per la tua posizione attuale:
|
||||
|
||||
`ansiweather -s {{true}} -d {{true}}`
|
||||
|
||||
- Mostra una previsione con informazioni su vento ed umidità per la tua posizione attuale:
|
||||
|
||||
`ansiweather -w {{true}} -h {{true}}`
|
Loading…
Add table
Reference in a new issue