Update README.md

This commit is contained in:
Krzysztof Rudnicki 2022-06-18 01:06:12 +02:00 committed by GitHub
parent 7412aa1a43
commit da510dc5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# toDo # toDo
Command Line Based, minimalistic, open-source Windows 10 toDo app Command Line Based, minimalistic, open-source Windows 10 toDo app <br/>
To compile on your own, download all the *.cpp and *.hpp files from the repository, and compile them on WIN 10 using: To compile on your own, download all the *.cpp and *.hpp files from the repository, and compile them on WIN 10 using: <br/>
g++ -Wall -Wextra -pedantic main.cpp g++ -Wall -Wextra -pedantic main.cpp <br/>
Functionality: Functionality: <br/>
Add tasks, including it's title, date when the task first show up and when the task is supposed to repeat Add tasks, including it's title, date when the task first show up and when the task is supposed to repeat <br/>
Show tasks, completed tasks highlighted with "[X]", currently chosen task highlighted with the different color on the terminal Show tasks, completed tasks highlighted with "[X]", currently chosen task highlighted with the different color on the terminal <br/>
Tasks automatically repeat, tasks can be chosen to repeat every day, week, month or year Tasks automatically repeat, tasks can be chosen to repeat every day, week, month or year <br/>