.gitignore
.gitlint
.pre-commit-config.yaml
.readthedocs.yaml
.yamllint.yml
LICENSE
Makefile
README.md
addon-info.json
pyproject.toml
.github/workflows/main.yml
assets/desktop/translate-shell.desktop
assets/json/google.json
assets/txt/help.txt
autoload/translate_shell.vim
autoload/translate_shell/utils.vim
doc/translate-shell.txt
docs/.gitignore
docs/conf.py
docs/index.md
docs/requirements.txt
docs/api/external.md.in
docs/api/translate_shell.md.in
docs/api/translators.md.in
docs/api/ui.md.in
docs/api/utils.md.in
docs/misc/acknowledgements.md.in
docs/misc/todo.md.in
docs/resources/config.md.in
docs/resources/install.md.in
docs/resources/make.md
docs/resources/man.md.in
docs/resources/requirements.md.in
docs/resources/translator.md.in
docs/resources/vim.md.in
examples/config.py
examples/test.txt
plugin/translate_shell.vim
requirements/color.txt
requirements/completion.txt
requirements/dev.txt
requirements/keyring.txt
requirements/langdetect.txt
requirements/notification.txt
requirements/rich.txt
requirements/stardict.txt
requirements/yaml.txt
scripts/eval-sh.pl
scripts/generate-__init__.py.py
scripts/generate-addon-info.json.py
scripts/generate-api.md.sh
scripts/generate-epilog.txt.py
scripts/generate-man.md.sh
scripts/generate-pyproject.toml.py
scripts/generate-repl-screenshot.py
scripts/generate-requirements.md.sh
scripts/generate-translator.md.py
scripts/generate-version.txt.py
scripts/generate-vim.md.sh
src/translate_shell/__init__.py
src/translate_shell/__main__.py
src/translate_shell/_version.py
src/translate_shell/config.py
src/translate_shell/py.typed
src/translate_shell/translate.py
src/translate_shell.egg-info/PKG-INFO
src/translate_shell.egg-info/SOURCES.txt
src/translate_shell.egg-info/dependency_links.txt
src/translate_shell.egg-info/entry_points.txt
src/translate_shell.egg-info/requires.txt
src/translate_shell.egg-info/top_level.txt
src/translate_shell/assets/bash/preamble.sh
src/translate_shell/assets/images/icon.png
src/translate_shell/assets/json/lang.json
src/translate_shell/assets/json/number.json
src/translate_shell/assets/json/youdaozhiyun_error.json
src/translate_shell/assets/txt/epilog.txt
src/translate_shell/assets/txt/version.txt
src/translate_shell/assets/zsh/preamble.zsh
src/translate_shell/external/__init__.py
src/translate_shell/external/__main__.py
src/translate_shell/external/colorama/__init__.py
src/translate_shell/external/colorama/__main__.py
src/translate_shell/external/keyring/__init__.py
src/translate_shell/external/keyring/__main__.py
src/translate_shell/external/langdetect/__init__.py
src/translate_shell/external/langdetect/__main__.py
src/translate_shell/external/platformdirs/__init__.py
src/translate_shell/external/platformdirs/__main__.py
src/translate_shell/external/pynotifier/__init__.py
src/translate_shell/external/pynotifier/__main__.py
src/translate_shell/external/pystardict/__init__.py
src/translate_shell/external/pystardict/__main__.py
src/translate_shell/external/readline/__init__.py
src/translate_shell/external/readline/__main__.py
src/translate_shell/external/rich/__init__.py
src/translate_shell/external/rich/__main__.py
src/translate_shell/external/rich/logging.py
src/translate_shell/external/rich/traceback.py
src/translate_shell/external/shtab/__init__.py
src/translate_shell/external/shtab/__main__.py
src/translate_shell/external/yaml/__init__.py
src/translate_shell/external/yaml/__main__.py
src/translate_shell/translators/__init__.py
src/translate_shell/translators/speaker.py
src/translate_shell/translators/online/__init__.py
src/translate_shell/translators/online/bing.py
src/translate_shell/translators/online/google.py
src/translate_shell/translators/online/haici.py
src/translate_shell/translators/online/yandex.py
src/translate_shell/translators/online/youdao.py
src/translate_shell/translators/online/youdaozhiyun.py
src/translate_shell/translators/stardict/__init__.py
src/translate_shell/translators/stardict/jmdict_en_ja.py
src/translate_shell/translators/stardict/jmdict_ja_en.py
src/translate_shell/translators/stardict/langdao_ce_gb.py
src/translate_shell/translators/stardict/langdao_ec_gb.py
src/translate_shell/ui/__init__.py
src/translate_shell/ui/cli.py
src/translate_shell/ui/gui.py
src/translate_shell/ui/repl.py
src/translate_shell/utils/__init__.py
src/translate_shell/utils/clippers.py
src/translate_shell/utils/input.py
src/translate_shell/utils/output.py
src/translate_shell/utils/prompt.py
src/translate_shell/utils/setting.py
src/translate_shell/utils/speakers.py
src/translate_shell/utils/youdaozhiyun.py
templates/__init__.py
templates/epilog.txt
templates/pyproject.toml
templates/version.txt
test/.themisrc
test/syntax_test.vimspec
tests/__init__.py
tests/cmd_test.py
tests/translate_test.py
tests/utils/__init__.py
tests/utils/output_test.py