Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 435 Bytes

TODO Curses

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.

Features

  • 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 (?)