Skip to content

Charging1948/terminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published