#pytodo#
A simple to-do list commandline app.
##Use## To add an item:
pytodo.py add "stuff I want to add"To remove an item:
pytodo.py remove "want to add"pytodo will remove any item with the sequence given to remove in it.
To list items:
pytodo.py listTo clean out the file, so that the deleted items permanenly are erased:
pytodo.py clean