mirror of
https://github.com/kuhyx/toDo.git
synced 2026-07-04 16:03:15 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da510dc5c1 |
14
README.md
14
README.md
@ -1,8 +1,8 @@
|
||||
# toDo
|
||||
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
|
||||
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: <br/>
|
||||
g++ -Wall -Wextra -pedantic main.cpp <br/>
|
||||
Functionality: <br/>
|
||||
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 <br/>
|
||||
Tasks automatically repeat, tasks can be chosen to repeat every day, week, month or year <br/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user