Skip to content

AndreiRO/reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reminder

A small application for usage in console that acts as a reminder for important tasks.

REQUIREMENTS

sqlite3 library

BUILD

simply invoke:

$ make

and that should make the executable. You can then invoke it by: ``` $ ./reminder [DB LOCAITON] OPTION ```

USAGE


reminder [DB LOCATION] OPTION

OPTION:
-c or --create for creating
-e or --edit to edit a task
-d or --delete to delete a task
-l or --list to list all tasks
-L or --listd to list by date
-t or --today to list all tasks that start/end today

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages