diff options
author | Krow Savcik <krow@savcik.xyz> | 2024-01-07 15:57:36 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2024-01-07 15:57:36 +0200 |
commit | eaacd6003ac0dfefd41fc51394782ddc7b191801 (patch) | |
tree | dc6a085925700b32a2e78b823de95894a755f8e5 /wcli.1 | |
parent | 5138d33e0c0adb0c4d13977af047e375eee934d8 (diff) |
add: wcli.1
Added a manpage entry for wcli(1)
Diffstat (limited to 'wcli.1')
-rw-r--r-- | wcli.1 | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -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) |