README.md
setup.py
tTodo.egg-info/PKG-INFO
tTodo.egg-info/SOURCES.txt
tTodo.egg-info/dependency_links.txt
tTodo.egg-info/entry_points.txt
tTodo.egg-info/top_level.txt
todo/__init__.py
todo/__main__.py
todo/exceptions.py
todo/parser.py
todo/commands/__init__.py
todo/commands/add.py
todo/commands/base.py
todo/commands/check.py
todo/commands/delete.py
todo/commands/list.py
todo/commands/project.py
todo/commands/remove.py
todo/commands/rename.py
todo/commands/search.py
todo/commands/toggle.py
todo/commands/uncheck.py
todo/utils/__init__.py
todo/utils/compatibility.py
todo/utils/menu.py
todo/utils/styles.py