LICENSE
README.md
pyproject.toml
src/gtd/__init__.py
src/gtd/api.py
src/gtd/cli.py
src/gtd/gtd_tui.py
src/gtd/storage.py
src/gtd/tui.py
src/gtd/ui.py
src/gtd/notion/__init__.py
src/gtd/notion/capture.py
src/gtd/notion/client.py
src/gtd/notion/commands.py
src/gtd/notion/config.py
src/gtd/notion/display.py
src/gtd/notion/entries.py
src/gtd/notion/init.py
src/gtd/notion/log.py
src/gtd/notion/models.py
src/gtd/notion/review.py
src/gtd/notion/schema.py
src/gtd/notion/today.py
src/gtd/notion/triage.py
src/gtd_tui.egg-info/PKG-INFO
src/gtd_tui.egg-info/SOURCES.txt
src/gtd_tui.egg-info/dependency_links.txt
src/gtd_tui.egg-info/entry_points.txt
src/gtd_tui.egg-info/requires.txt
src/gtd_tui.egg-info/top_level.txt
tests/test_areas_cli.py
tests/test_gtd_tui.py
tests/test_notion.py
tests/test_notion_client.py
tests/test_notion_entries.py
tests/test_notion_init.py
tests/test_steps.py
tests/test_storage.py
tests/test_ui.py