-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhh.1
84 lines (84 loc) · 1.69 KB
/
hh.1
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.\" generated with Ronn/v0.7.3
.\" https://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "HH" "1" "August 2021" "" ""
.
.SH "NAME"
\fBhh\fR \- convert Gregorian dates to Hanke\-Henry dates
.
.SH "SYNOPSIS"
\fBhh\fR [\-ghptwW] [\-y year] [\-m month] [\-d day|yesterday|today|tomorrow] [\-lcMHv?]
.
.SH "DESCRIPTION"
\fBhh\fR is a bash script which calculates the Hanke\-Henry Permanent Calendar (HHPC) date from the current (or supplied) date\.
.
.P
The HHPC is one of many examples of leap week calendars, calendars which maintain synchronization with the solar year by intercalating entire weeks rather than single days\. By reducing common years to 364 days (52 weeks), and adding an extra week every five or six years, it eliminates weekday drift and synchronizes the calendar year with the seasonal change as the Earth circles the Sun\. As part of the calendar proposal, time zones would be eliminated and replaced with UTC\.
.
.SH "OPTIONS"
.
.TP
\fB\-g\fR
Toggle Gregorian date\.
.
.TP
\fB\-h\fR
Toggle Hanke\-Henry date\.
.
.TP
\fB\-p\fR
Toggle prefix\.
.
.TP
\fB\-t\fR
Toggle time display\.
.
.TP
\fB\-w\fR
Toggle day\-of\-week display\.
.
.TP
\fB\-W\fR
Toggle short day\-of\-week display\.
.
.TP
\fB\-y\fR
Set year in format \'yyyy\'\.
.
.TP
\fB\-m\fR
Set month in format \'m\'\.
.
.TP
\fB\-d\fR
Set day in format \'d\'\. Also accepts fuzzy dates, e\.g\. \'yesterday\', \'today\', \'tomorrow\'\.
.
.TP
\fB\-l\fR
List dominical letters\.
.
.TP
\fB\-C\fR
Print Hanke\-Henry calendar\.
.
.TP
\fB\-M\fR
Print monthly Hanke\-Henry calendar\.
.
.TP
\fB\-H\fR
Disable highlighting\.
.
.TP
\fB\-v\fR
Verbose mode\.
.
.TP
\fB\-?\fR
Usage summary\.
.
.SH "AUTHOR"
Paul J Henry \fIcpjhenry@gmail\.com\fR
.
.SH "SEE ALSO"
ind(1), ddate(1)