translate-shell
:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
File Explorer
Download Latest Version (.zip)- config.yml
- ci.yml
- _.awk
- Apertium.awk
- Auto.awk
- BingTranslator.awk
- GoogleTranslate.awk
- SpellChecker.awk
- YandexTranslate.awk
- Commons.awk
- Help.awk
- LanguageData.awk
- LanguageHelper.awk
- Main.awk
- Parser.awk
- REPL.awk
- Script.awk
- Theme.awk
- Translate.awk
- TranslatorInterface.awk
- Utils.awk
- trans.1
- trans.1.md
- trans.1.template.md
- Test.awk
- TestCommons.awk
- TestLanguageHelper.awk
- TestParser.awk
- TestUtils.awk
- .gitignore
- .gitmodules
- .travis.yml
- build.awk
- CONTRIBUTING.md
- Dockerfile
- google-translate-mode.el
- LICENSE
- Makefile
- metainfo.awk
- README.md
- README.template.md
- test.awk
- translate
- translate-shell.plugin.zsh
- translate.awk
- WAIVER
- wiki
# Installation Guide
1. Get the code
git clone https://github.com/soimort/translate-shell
Downloads the entire project code from GitHub to your computer.
cd translate-shell
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
$ docker pull soimort/translate-shell
Type this command into your terminal and run it.
$ docker run -it soimort/translate-shell -shell
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
