aboutsummaryrefslogtreecommitdiff
path: root/wcli.1
diff options
context:
space:
mode:
Diffstat (limited to 'wcli.1')
-rw-r--r--wcli.146
1 files changed, 46 insertions, 0 deletions
diff --git a/wcli.1 b/wcli.1
new file mode 100644
index 0000000..c7c80e3
--- /dev/null
+++ b/wcli.1
@@ -0,0 +1,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)