deepl-cli is a command-line utility that uses the DeepL API - https://www.deepl.com - a privacy-friendly translation service.

netico eb3244951a Update 'README.md' 2 years ago
LICENSE 15197c0355 Initial commit 2 years ago
README.md eb3244951a Update 'README.md' 2 years ago
deepl-cli 1964671ab8 Add 'deepl-cli' 2 years ago

README.md

deepl-cli

deepl-cli is a command-line utility that uses the DeepL API - https://www.deepl.com - a privacy-friendly translation service.

The script is written in bash and can run on all UNIX-based systems.

You need an API key. You can get it for free from https://www.deepl.com/pro-api.

Usage

./deepl-cli [-h] [-l] target language [-t] text

For example:

./deepl-cli -l es -t "Hello World"

or

echo "Hello World" |  ./deepl-cli -l es
> Hola Mundo