LICENSE.txt
README.md
pyproject.toml
src/gotta/__main__.py
src/gotta/actors.py
src/gotta/builtin.py
src/gotta/compat.py
src/gotta/config.py
src/gotta/content.py
src/gotta/dispatch.py
src/gotta/friction.py
src/gotta/helptext.py
src/gotta/invocation.py
src/gotta/leads.py
src/gotta/logs.py
src/gotta/main.py
src/gotta/notes.py
src/gotta/peer.py
src/gotta/projection.py
src/gotta/routing.py
src/gotta/session.py
src/gotta/source.py
src/gotta/target.py
src/gotta/todo.py
src/gotta.egg-info/PKG-INFO
src/gotta.egg-info/SOURCES.txt
src/gotta.egg-info/dependency_links.txt
src/gotta.egg-info/entry_points.txt
src/gotta.egg-info/requires.txt
src/gotta.egg-info/top_level.txt
src/gotta/plugins/ask.py
src/gotta/plugins/confluence.py
src/gotta/plugins/gdocs.py
src/gotta/plugins/gdrive.py
src/gotta/plugins/github.py
src/gotta/plugins/goal.py
src/gotta/plugins/granola.py
src/gotta/plugins/gsheets.py
src/gotta/plugins/jira.py
src/gotta/plugins/logs.py
src/gotta/plugins/notes.py
src/gotta/plugins/oops.py
src/gotta/plugins/peer.py
src/gotta/plugins/read.py
src/gotta/plugins/session.py
src/gotta/plugins/slack.py
src/gotta/plugins/todo.py
src/gotta/plugins/want.py
src/gotta/providers/atlassian.py
src/gotta/providers/google.py
src/gotta/providers/slack.py
tests/test_ask.py
tests/test_atlassian.py
tests/test_cli.py
tests/test_content.py
tests/test_dispatch.py
tests/test_github.py
tests/test_google.py
tests/test_granola.py
tests/test_mermaid.py
tests/test_oops.py
tests/test_read.py
tests/test_session.py
tests/test_slack.py