Manage your daily tasks right in the terminal.
This easy to use TUI allows you to efficiently organize your TODO list with vim-like keybinds.
- model datatypes
- display tui
- make tui appealing to look at (thanks charm cli)
- choose and connect to a local db
- store sessions in db
- welcome page / session organizer
- "daily session" option that doesn't need saved
- save lists / session with keybind ctrl-s
- saving popup (name your session)
- create columns (todo / in progress / done)
- create form (for todos)
- move todos to other columns (when complete or in progress)
- delete todos
- undo list (with u keybind and a stack)
- allow tab & shift-tab movement between cols
- fix bug where keybinds are registered in filter or new task
- ? displays keybind guide
- finalize intuitive keybinds