Terminder is a simple terminal based calendar app. It is written in C.
To compile the project into an executable, run the following command in the project root:
makeTo run the executable, run the following command in the project root:
./build/terminderTo use the app, you can use the following commands:
terminder [filename]where filename is the name of the file you want to use to store your calendar data.
If you do not specify a filename, the default filename is termine.txt.
To clean the project, run the following command in the project root:
make clean