Skip to content

Andy753421/lackey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors