A console todo app written in C++ with file and DB persistence
Stars
4
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
18
commits
add cmakelists
eb027e6
add version and sample application executable
41929f9
- add todo file db store in user HOME directory.
4c4b824
fix readme typos
5a166ad
update readme
de78e08
-update code to accept command options
d4c3e17
add readme
d83dd05
add sample output of list command
1c6285d
add edit command
a7b6988
add check and uncheck for todos
2c89080
add delete command
6b5b0c9
overload istream for todo item
f47b869
add color coded terminal output
7bdf0bf
add output operator for todo
980ab7c
add get call for a given todo id
1cdda02