.coveragerc
.flake8
.gitignore
.vermin
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.rst
book.css
book.toml
changelog.yaml
pyproject.toml
pytest.ini
trumpet.png
.github/workflows/test.yml
docs/SUMMARY.md
docs/advanced.md
docs/changelog.md
docs/contributing.md
docs/documentation.md
docs/environment_variables.md
docs/installation.md
docs/introduction.md
docs/license.md
docs/release.md
docs/settings.md
docs/shell_completion.md
docs/testing.md
docs/trumpet.png
docs/tui.md
docs/usage.md
docs/images/auth.png
docs/images/trumpet.png
docs/images/tui_compose.png
docs/images/tui_list.png
scripts/generate_changelog
scripts/tag_version
tests/README.md
tests/__init__.py
tests/test_config.py
tests/test_utils.py
tests/test_version.py
tests/utils.py
tests/assets/small.webm
tests/assets/test1.png
tests/assets/test2.png
tests/assets/test3.png
tests/assets/test4.png
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_accounts.py
tests/integration/test_auth.py
tests/integration/test_lists.py
tests/integration/test_post.py
tests/integration/test_read.py
tests/integration/test_status.py
tests/integration/test_tags.py
tests/integration/test_timelines.py
tests/integration/test_update_account.py
tests/tui/test_rich_text.py
toot/__init__.py
toot/__main__.py
toot/api.py
toot/auth.py
toot/cache.py
toot/config.py
toot/entities.py
toot/exceptions.py
toot/http.py
toot/logging.py
toot/output.py
toot/settings.py
toot/wcstring.py
toot.egg-info/PKG-INFO
toot.egg-info/SOURCES.txt
toot.egg-info/dependency_links.txt
toot.egg-info/entry_points.txt
toot.egg-info/requires.txt
toot.egg-info/top_level.txt
toot/cli/__init__.py
toot/cli/accounts.py
toot/cli/auth.py
toot/cli/diag.py
toot/cli/lists.py
toot/cli/post.py
toot/cli/read.py
toot/cli/statuses.py
toot/cli/tags.py
toot/cli/timelines.py
toot/cli/tui.py
toot/cli/validators.py
toot/tui/NOTES.md
toot/tui/__init__.py
toot/tui/app.py
toot/tui/compose.py
toot/tui/constants.py
toot/tui/entities.py
toot/tui/images.py
toot/tui/overlays.py
toot/tui/poll.py
toot/tui/scroll.py
toot/tui/timeline.py
toot/tui/utils.py
toot/tui/widgets.py
toot/tui/richtext/__init__.py
toot/tui/richtext/richtext.py
toot/utils/__init__.py
toot/utils/datetime.py
toot/utils/language.py