deepl-translator-cli icon indicating copy to clipboard operation
deepl-translator-cli copied to clipboard

This command line tool delivers text translation capabilities to your console and is powered by DeepL (https://www.deepl.com/translator)

Results 8 deepl-translator-cli issues
Sort by recently updated
recently updated
newest added

I have successfully installed deepl translate cli(v1.1.2) and nodejs(v14.9.0) . But the command not found in shell. anyone knows where does the binary file of deepl translate locate? ``` x@x:~$...

Hi, I have this error: `deepl translate -t "EN" "Salut"` `Unexpected error when parsing deepl split sentence response: {"jsonrpc":"2.0","error":{"code":1042912,"message":"Too many requests."}}` Seems the project is broken ? Thx.

I can't do translations after the first installation ``` # deepl translate -h deepl-translate(1) does not exist, try --help ``` Node : v8.14.0 deepl: v1.1.2

I tried to install and it didn't work. ``` $ yarn global add deepl-translator-cli yarn global v1.22.4 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages......

Warning for others. @vsetka, please close the issue if I'm wrong. `deepl-translate(1) does not exist, try --help`

## Bug: No output, nor error at all : ``` .yarn/bin/deepl -s EN -t FR "what's the fuck ?" ``` ## Environment : - archlinux x86_64 - node v9.11.1 -...

I installed the deepl-translator-cli according to the instructions. If I type `deepl -h` the application provides the help instructions. However, if I type `deepl translate -h` or `deepl translate` and...

## Description This PR makes the CLI work again, and in particular: - Switched to the official DeepL Node module - Added support for API key, via option or via...