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/yoshikazuuu/cursed-todolist.git cd cursed-todolist.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.