.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
todo/__init__.py
todo/__main__.py
todo/_version.py
todo/commands/__init__.py
todo/commands/add.py
todo/commands/auto.py
todo/commands/base.py
todo/commands/delete.py
todo/commands/done.py
todo/commands/list.py
todo/commands/setup.py
todo/commands/update.py
todo/database/__init__.py
todo/database/database.py
todo/database/drivers/__init__.py
todo/database/drivers/base.py
todo/database/drivers/file/__init__.py
todo/database/drivers/file/file.py
todo/database/drivers/file/versions.py
todo/types/__init__.py
todo/types/config.py
todo/types/task.py
todotui.egg-info/PKG-INFO
todotui.egg-info/SOURCES.txt
todotui.egg-info/dependency_links.txt
todotui.egg-info/entry_points.txt
todotui.egg-info/requires.txt
todotui.egg-info/top_level.txt
venv/bin/activate_this.py