about summary refs log tree commit diff
path: root/README
blob: 9f0a548ceb766f8436974d41b80e45cedf0797a1 (plain) (blame)
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
WCAL(1)                     General Commands Manual                    WCAL(1)

NAME
     wcal – ISO weekly calendar

SYNOPSIS
     wcal [-13yci] [-d YYYY[-MM[-DD]]]

DESCRIPTION
     The wcal utility prints a week-oriented calendar.  Each week is prefixed
     with its ISO week number.

     When outputting to a TTY, the current day is shown in reverse video.

     The options are as follows:

     -1      Show the calendar for the current month.  (This is the default.)

     -3      Show the calendar for the previous, current, and next month.

     -y      Show the calendar for the whole year.

     -c      Show the calendar for the current week.

     -i      Show the calendar starting from the current week indefinitely.

     -d YYYY[-MM[-DD]]
             Show the calendar for a different date than today.  Implies -y in
             case only a year is passed.

EXIT STATUS
     The wcal utility exits 0 on success, and >0 if an error occurs.

SEE ALSO
     cal(1)

     wcal is inspired by this online tool:
     https://demeyere.design/journal/plain-text-calendar

AUTHORS
     Leah Neukirchen <leah@vuxu.org>

LICENSE
     wcal is in the public domain.

     To the extent possible under law, the creator of this work has waived all
     copyright and related or neighboring rights to this work.

     http://creativecommons.org/publicdomain/zero/1.0/

BUGS
     This program uses mktime(3) for date manipulation and does not respect
     the Gregorian calendar reform.

Void Linux                      March 28, 2020                      Void Linux