mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
19 lines
600 B
Markdown
19 lines
600 B
Markdown
|
||
# Weather plugin
|
||
|
||
This plugin uses the wego web fronted [wttr.in](https://github.com/chubin/wttr.in) to obtain weather information.
|
||
|
||
## Usage
|
||
|
||
Get weather info of a location from a shell typing ```weather {city}```:
|
||
|
||
$ weather
|
||
Weather for City: Madrid, Spain
|
||
|
||
\ / Clear
|
||
.-. 25 °C
|
||
― ( ) ― ↘ 2 km/h
|
||
`-’ 10 km
|
||
/ \ 0.0 mm
|
||
|
||
You can specify the location, for that you want to get the weather information. If you omit the location name, you will get the information for you current location, based on your IP address.
|