]> Pileus Git - lackey/blob - README
Convert YEAR/MONTH/DAY to Selection struct
[lackey] / README
1 lackey - curses calendar program
2 ================================
3 lackey is a lightweight terminal based calendar program
4
5
6 Installation
7 ------------
8 Create and edit config.mk as desired (see config.mk.example)
9
10 Build and install lackey:
11
12     make
13     make install
14
15
16 Running lackey
17 --------------
18 Start lackey from from a terminal:
19
20     lackey
21
22
23 Hacking
24 -------
25 Common source files are in the src directory. Each Curses screen has it's own
26 source file in the views directory and each calendar backend has a source file
27 in the cals directory. The views and calendar backends are access though the
28 view.c and cal.c files, respectively.