← Home

todo-py

Status: archived | Years active: 2020-2023 | Programming Language: Python | License: GPLv3 | Source code

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.

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.