/:help: new option (T), new location types (search,unicode,GPS)
This commit is contained in:
parent
8d24fb90cb
commit
13d2d87503
1 changed files with 8 additions and 4 deletions
|
|
@ -6,9 +6,12 @@ Usage:
|
||||||
Supported location types:
|
Supported location types:
|
||||||
|
|
||||||
/paris # city name
|
/paris # city name
|
||||||
|
/~Eiffel+tower # any location
|
||||||
|
/Москва # Unicode name of any location in any language
|
||||||
/muc # airport code (3 letters)
|
/muc # airport code (3 letters)
|
||||||
/@stackoverflow.com # domain name
|
/@stackoverflow.com # domain name
|
||||||
/94107 # area codes
|
/94107 # area codes
|
||||||
|
/-78.46,106.79 # GPS coordinates
|
||||||
|
|
||||||
Special locations:
|
Special locations:
|
||||||
|
|
||||||
|
|
@ -26,8 +29,9 @@ View options:
|
||||||
?1 # current weather + 1 day
|
?1 # current weather + 1 day
|
||||||
?2 # current weather + 2 days
|
?2 # current weather + 2 days
|
||||||
?n # narrow version (only day and night)
|
?n # narrow version (only day and night)
|
||||||
?q # quiet version (no "Weathre report" text)
|
?q # quiet version (no "Weather report" text)
|
||||||
?Q # superquiet version (no "Weathre report", no city name)
|
?Q # superquiet version (no "Weather report", no city name)
|
||||||
|
?T # switch terminal sequences off (no colors)
|
||||||
|
|
||||||
PNG options:
|
PNG options:
|
||||||
|
|
||||||
|
|
@ -49,8 +53,8 @@ Localization:
|
||||||
|
|
||||||
Supported languages:
|
Supported languages:
|
||||||
|
|
||||||
SUPPORTED_LANGUAGES (supported)
|
FULL_TRANSLATION (supported)
|
||||||
hi ko zh (in progress)
|
PARTIAL_TRANSLATION (in progress)
|
||||||
|
|
||||||
Special URLs:
|
Special URLs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue