I want to be able to handle my todo list fluidly in a terminal emulator.
I need to be able to interact with my todo list from my phone in at least the most basic of ways. Adding todos, editing todos and completing todos.
Making sure the todos can be interacted with from the command line is useful for general interaction through third party sources like through AI, hotkeys or scripts. These can be done through the web server backend but it's just nice to be able to do it through cli commands.
Todo apps are very personal. This one is for me. I will make it the best for me so this application will have the features I want, and probably not the features anyone else wants.
If you want a real kitchen sink command line todo application, try Taskwarrior. I haven't used it, but it appears to be the preeminent todo application for the terminal.
