I really wanted a todo app which sat nicely inside my development terminal pane. Its all written in python with the curses module. The todos are just saved to a text file. In the future id like to add an api connection to google tasks or a Firestore backend so you can share todos across machines.