From 7412aa1a4352af4f8b99360666df9406a22b57ac Mon Sep 17 00:00:00 2001 From: PolishPigeon <76916461+PolishPigeon@users.noreply.github.com> Date: Sun, 3 Jan 2021 19:42:12 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1488264..ff4a22e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # toDo -Comand Line Based, minimalistic, open-source Windows 10 toDo app +Command Line Based, minimalistic, open-source Windows 10 toDo app +To compile on your own, download all the *.cpp and *.hpp files from the repository, and compile them on WIN 10 using: +g++ -Wall -Wextra -pedantic main.cpp +Functionality: +Add tasks, including it's title, date when the task first show up and when the task is supposed to repeat +Show tasks, completed tasks highlighted with "[X]", currently chosen task highlighted with the different color on the terminal +Tasks automatically repeat, tasks can be chosen to repeat every day, week, month or year