Andy753421/lackey
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
lackey - curses calendar program
================================
lackey is a lightweight terminal based calendar program
Installation
------------
Create and edit config.mk as desired (see config.mk.example)
Build and install lackey:
make
make install
Running lackey
--------------
Start lackey from from a terminal:
lackey
Hacking
-------
Common source files are in the src directory. Each Curses screen has it's own
source file in the views directory and each calendar backend has a source file
in the cals directory. The views and calendar backends are access though the
view.c and cal.c files, respectively.