A simple todo application using ncurses. This is for practice.
Nothing serious, just messing around more with c.
This is the second attempt after this one.
- Load from a "todo" file
- Save to file 'todo'
- Create new todos
- Edit todos
- Archive todos
- Trash todos
- Delete todos
- stdout gui
- ncurses gui
- SDL2 gui (?)