TLDR; I created a TODO application using bubbletea and i really liked it
This TUI has these following features:
- create a new TODO with
Ctrl+n key - mark an item as done using
Ctrl+d/Ctrl+x - implements list and textinput for TODO title and description …