It's a TO DO app in the terminal! You can add tasks, mark them as done and delete them.
Move into the source/
.
Use make run
to build and run it automatically.
Or use make build
to obtain the 'todo' executable.
You have 4 possible actions:
- Add a task
- Mark a task as done
- Delete a task
- Quit the app
Quitting the app will write the list to 'newlist.txt' and print it again on the screen.