This is a calendar based appointment and todo-list, created using the low-level library (ncurses.h).
- Download and build ncurses library on your system
HOW? Don't be spoiled, use your search engine!
- Clone this repository
git clone https://github.com/raexera/cursed.git cd cursed.git/src - Compile the source code
gcc main.c -o tdl -lncurses && ./tdl - Have fun!
This project is under GNU GENERAL PUBLIC LICENSE v3.0.