A simple todo list TUI written using NCurses
-
Tasks have different properties based on their status:
None, Important, Questionable, Done
-
You can add/remove a task within the app (see controls below)
-
Controls:
Up Arrow: Scrolls upDown Arrow: Scrolls downq: Closes the appn: Creates a new taskDelete: Deletes the selected task
ncursesw is required for building (provides support for Unicode characters)
git clone https://github.com/Jimminer/listo.git
cd listo
make
-
Split utils into more modules
-
Implement edit popup
-
Adapt to terminal size change