mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
# weather (Bash-Snippets)
|
|
# Provides a 3 day forecast on your current location or a specified location
|
|
|
|
# Get a 3 day forecast for your current location as determined by your ip address
|
|
weather
|
|
|
|
# Get a 3 day forecast for any location
|
|
weather Tokyo
|
|
|
|
# Get the current moon phase
|
|
weather Moon
|