Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 716 Bytes

Terminder - A simple terminal based calendar app

Terminder is a simple terminal based calendar app. It is written in C.

Compiling

To compile the project into an executable, run the following command in the project root:

make

Running

To run the executable, run the following command in the project root:

./build/terminder

Usage

To 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.

Cleaning

To clean the project, run the following command in the project root:

make clean