Another command line tool to manage to-do tasks. Made to be simple and easy to use.
I created this project in order to learn the process of publishing a package in PyPi.
So yes, you can install it from pip or clone/fork this project.
- 📝
List,Add,UpdateandDeletetasks. - ✔️ Change status:
TODO(default),DOINGandDONE. - 🗑️
Cleancommand to removeDONEtasks. - 💾
ExportandImporttodi backups.
pip install todi
pip install --upgrade todi
See a list of all available commands:
todi --help