Todo-py was my Python implementation of todo.sh
, the CLI todo.txt
tool. It was my first foray into the world of writing CLIs. My main motivation was to learn how to write CLIs in Python and also to add automatic git committing after each action.
- Todo.txt the plain text todo system
- todo.sh CLI on Github
I actually used todo-py every day up until mid 2025, whereupon I moved back to todo.sh
. I didn’t need the automatic git committing anymore and thus there was no need for me to keep using my own implementation.