Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 477 Bytes

TO DO App

It's a TO DO app in the terminal! You can add tasks, mark them as done and delete them.

Usage

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:

  1. Add a task
  2. Mark a task as done
  3. Delete a task
  4. Quit the app

Quitting the app will write the list to 'newlist.txt' and print it again on the screen.

This currently works on Linux machines only.