raexera / cursed

calendar based appointment and todo-list, created using the low-level library (ncurses.h).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cursed.h

Preview


💀 Information

This is a calendar based appointment and todo-list, created using the low-level library (ncurses.h).


🔧 Installation

  1. Download and build ncurses library on your system

    HOW? Don't be spoiled, use your search engine!

  2. Clone this repository
    git clone https://github.com/yoshikazuuu/cursed-todolist.git
    cd cursed-todolist.git/src
  3. Compile the source code
    gcc main.c -o tdl -lncurses && ./tdl
  4. Have fun!

📃 License

This project is under GNU GENERAL PUBLIC LICENSE v3.0.

About

calendar based appointment and todo-list, created using the low-level library (ncurses.h).

License:GNU General Public License v3.0


Languages

Language:C 100.0%