blob: c7c80e319df8f7ef81199fbb1a3141131286af02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
.TH WCLI 1 wcli\-VERSION
.SH NAME
wcli \- print weather information
.SH SYNOPSIS
.B wcli
.RB [FORMAT]
.SH DESCRIPTION
Display weather information in the given FROMAT.
.PP
FORMAT controls the output. Interpreted sequences are:
.TP
%%
a literal %
.TP
%c
temperature in Celsius
.TP
%f
temperature in Fahrenheit
.TP
%C
felt temperature in Celsius
.TP
%F
felt temperature in Fahrenheit
.TP
%s
wind speed in km/h
.TP
%g
wind gust
.TP
%d
wind direction (e.g., N, NW, SW)
.TP
%D
wind direction in degrees
.TP
%v
visibility
.TP
%w
weather code (used by wttr.in)
.TP
%W
weather description (given by wttr.in)
|