ToDoDo
Tododo is a TUI todo manager that should be extinct. It was created because I was too lazy to research for a good TUI todolist that didn't require an account or database.
Tododo uses a markdown file to store its todo data and is meant to be very barebones. By default it uses .tododo.md but you can supply any filename you desire. The keybindings are easy to use and always in view if you forget(See screenshots below).

Features
- Keyboard based
- Write to file (
.tododo.md)
- Create/Toggle Complete/Edit/Delete tasks
- Hide completed tasks
- prettier and more fun than just using a plain old markdown file
Usage
tododo # open up tododo and read/write default file .tododo.md
tododo ~/my-file.md # Open up tododo with the file ~/my-file.md
tododo --help # Help
tododo --version # Get the version, needed for opening issues
Building
This is a very complex project with lots complicated dependencies.
git clone git@github.com:bmarse/tododo.git
cd tododo
go build -o tododo tododo.go
Obligitory Screenshots
Included are some screenshots of tododo running on Ghostty with Nerd Fonts.
Main TUI
Adding/editing Task TUI