This is a simple todo manager written in Python. At the moment it is command line only, but a GUI version is being created.
On Windows, use python todo.py
wherever you see todo.py in this readme.
Download
Install using todo.py install
Use todo.py add <text>
.
Use todo.py list
Use todo.py done <id>
To get the ID, use todo.py list
The name of a list must be one word.
Use todo.py addto <listname> <text>
Use todo.py list <listname>
Use todo.py donein <listname> <id>
To get the ID, use todo.py list <listname>
Use todo.py create <listname>
Use todo.py delete_list <listname>