AaronWoodhouse / Taskker

Program to manage a checklist-like task list (c++, command line run)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taskker

Program to manage a checklist-like task list (c++, command line run)

two ways to run the program: both using the linux command line with bash:

make

or in the case it is already made, this also works:

./tasks

Done is similar to that of a checkmark for tasks

Date is a string that users can use their own date formatting for

Priority is an integer value

ID is used for commands

About

Program to manage a checklist-like task list (c++, command line run)


Languages

Language:C++ 98.5%Language:Makefile 1.5%