mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
ansiweather: add German translation (#9402)
* ansiweather: add german translation * Update pages.de/common/ansiweather.md * ansiweather: Change to imperative description
This commit is contained in:
parent
f5365b44fd
commit
167e805b17
1 changed files with 16 additions and 0 deletions
16
pages.de/common/ansiweather.md
Normal file
16
pages.de/common/ansiweather.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# ansiweather
|
||||
|
||||
> Ein Shell-Skript um die aktuellen Wetterbedingungen in einem Terminal anzuzeigen.
|
||||
> Weitere Informationen: <https://github.com/fcambus/ansiweather>.
|
||||
|
||||
- Zeige eine Vorhersage für die nächsten fünf Tage für Rzeszow, Polen in metrischen Einheiten an:
|
||||
|
||||
`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`
|
||||
|
||||
- Zeige eine Vorhersage mit Symbolen und Tageslichtdaten für den aktuellen Standort an:
|
||||
|
||||
`ansiweather -s {{true}} -d {{true}}`
|
||||
|
||||
- Zeige eine Vorhersage mit Wind- und Luftfeuchtigkeitsdaten für den aktuellen Standort an:
|
||||
|
||||
`ansiweather -w {{true}} -h {{true}}`
|
Loading…
Add table
Reference in a new issue