summarylogtreecommitdiffstats
path: root/weatherspect.1
blob: 1fd52c138dee3a3f4e8b4f424a7206d43862984f (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.TH "WEATHERSPECT" "1" "2019-12-30"
.
.SH "NAME"
weatherspect \- a virtual weather environment in ASCII
.
.SH SYNOPSIS
\fBweatherspect\fR [\fB\-f\fR \fIFILE\fR]
.PP
\fBweatherspect\fR \fB\-c\fR [\fB\-f\fR \fIFILE\fR]
.PP
\fBweatherspect\fR \fB\-h\fR
.
.SH "DESCRIPTION"
\fBweatherspect\fR provides a reasonably accurate simulation of what the weather looks like outside, in ASCII art\. It includes rain, snow, lightning, sleet, and hail\. The windspeed and cloudiness are reflected in the velocity and quantity of clouds\. There are trees that age, reproduce and die over the course of an hour, and a sun and moon that follow the actual sun and moonrise\. There\'s also a dancing turtle\.
.
.SH "OPTIONS"
.TP
\fB\-f\fR \fIFILE\fR
Supply a config file to use instead of the default
.TP
\fB\-c\fR
Generate a config file
.TP
\fB\-h\fR
Print a help message
.
.SH "USAGE"
Before \fBweatherspect\fR will work, you have to create a config file for it\. Running it with the \fB\-c\fR option will prompt you for info to create a config file in \fI~/\.weatherspect\fR\.
.PP
While \fBweatherspect\fR is running, the following commands are available:
.TP
\fBq\fR
Quit
.TP
\fBh\fR
Toggle the help window
.TP
\fBw\fR
Toggle the detailed weather info window
.TP
\fBd\fR
Toggle the debug window
.TP
\fBu\fR
Force an update of weather data
.TP
\fBr\fR
Redraw. This will remove all objects and recreate them, probably in different places.
.
.SH "CREDITS"
.IP "\(bu" 4
Kirk Baucom \<\fIkbaucom@schizoid\.com\fR\> \- \fIhttp://www\.robobunny\.com\fR
.
.IP "\(bu" 4
Kevin Ferree \- \fIhttp://chavo\-one\.com\fR: All art in the code marked with \'kf\'
.
.IP "\(bu" 4
Hayley Wakenshaw \- \fIhttp://www\.bornsquishy\.com/flump/index\.html\fR: All art in the code marked with \'hjw\'
.
.IP "\(bu" 4
Joan Stark \- \fIhttp://www\.geocities\.com/SoHo/7373/\fR: All art in the code marked with \'jgs\'
.
.IP "\(bu" 4
AnotherFoxGuy \- \fIhttp://anotherfoxguy.com\fR: Replaced Underground with OpenWeatherMap
.
.IP "" 0
.
.PP
You can grep for ATTRIB in the code to get a list of credits for all the ASCII art\.