ansiweather: add Chinese translation

italian
Starccy 2019-02-25 18:32:45 +08:00 committed by Agniva De Sarker
parent 78dd8048c0
commit a749348489
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# ansiweather
> 一个shell脚本用于在终端中显示当前的天气状况.
- 使用公制单位显示Rzeszow, Poland接下来5天的天气预报:
`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`
- 显示带符号和日光数据信息的天气预报:
`ansiweather -s {{true}} -d {{true}}`
- 显示带风力等级和湿度信息的天气预报:
`ansiweather -w {{true}} -h {{true}}`