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
,Update
andDelete
tasks. - ✔️ Change status:
TODO
(default),DOING
andDONE
. - 🗑️
Clean
command to removeDONE
tasks. - 💾
Export
andImport
todi backups.
pip install todi
pip install --upgrade todi
See a list of all available commands:
todi --help