.coveragerc
.flake8
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.rst
book.css
book.toml
changelog.yaml
setup.py
trumpet.png
.github/workflows/test.yml
docs/SUMMARY.md
docs/advanced.md
docs/changelog.md
docs/contributing.md
docs/documentation.md
docs/installation.md
docs/introduction.md
docs/license.md
docs/release.md
docs/settings.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
docs/images/tui_poll.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/__pycache__/__init__.cpython-311.pyc
tests/__pycache__/test_config.cpython-311-pytest-7.4.3.pyc
tests/__pycache__/test_utils.cpython-311-pytest-7.4.3.pyc
tests/__pycache__/test_version.cpython-311-pytest-7.4.3.pyc
tests/__pycache__/utils.cpython-311.pyc
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/integration/__pycache__/__init__.cpython-311.pyc
tests/integration/__pycache__/conftest.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_accounts.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_auth.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_lists.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_post.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_read.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_status.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_tags.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_timelines.cpython-311-pytest-7.4.3.pyc
tests/integration/__pycache__/test_update_account.cpython-311-pytest-7.4.3.pyc
tests/tui/test_rich_text.py
tests/tui/__pycache__/test_rich_text.cpython-311-pytest-7.4.3.pyc
toot/__init__.py
toot/__main__.py
toot/api.py
toot/auth.py
toot/config.py
toot/entities.py
toot/exceptions.py
toot/http.py
toot/logging.py
toot/output.py
toot/settings.py
toot/typing_compat.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/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/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