LICENSE
README.md
pyproject.toml
telegcli/__init__.py
telegcli/app.py
telegcli/main.py
telegcli.egg-info/PKG-INFO
telegcli.egg-info/SOURCES.txt
telegcli.egg-info/dependency_links.txt
telegcli.egg-info/entry_points.txt
telegcli.egg-info/requires.txt
telegcli.egg-info/top_level.txt
telegcli/commands/__init__.py
telegcli/commands/chats.py
telegcli/commands/contacts.py
telegcli/commands/files.py
telegcli/commands/messages.py
telegcli/commands/misc.py
telegcli/commands/watch.py
telegcli/core/__init__.py
telegcli/core/client.py
telegcli/core/config.py
telegcli/core/logging_setup.py
telegcli/core/rate_limiter.py
telegcli/ui/__init__.py
telegcli/ui/progress.py
telegcli/ui/repl.py
telegcli/ui/theme.py
telegcli/utils/__init__.py
telegcli/utils/automations.py
telegcli/utils/editor.py
telegcli/utils/resolver.py
tests/test_automations.py
tests/test_commands_misc.py
tests/test_config.py
tests/test_logging_setup.py
tests/test_rate_limiter.py
tests/test_resolver.py
tests/test_theme.py