19 lines
631 B
Markdown
19 lines
631 B
Markdown
deepl 1.0
|
|
Mathias Rothenhaeusler <safemind@posteo.net>
|
|
Cli API for deepl translations. Create a .env config file in your user config folder (e.g. ~/config/deepl/.env).
|
|
Required keys URI (eg. https://api-free.deepl.com/v2/translate) and KEY (eg. XYZ:rg).
|
|
|
|
USAGE:
|
|
deepl [OPTIONS] <INPUT>
|
|
|
|
FLAGS:
|
|
-h, --help Prints help information
|
|
-V, --version Prints version information
|
|
|
|
OPTIONS:
|
|
-s, --source <source_lang> The language you want to translate. Default is autodetect.
|
|
-t, --target <target_lang> The language your text should be tranlated to. Default is DE.
|
|
|
|
ARGS:
|
|
<INPUT> Text to translate
|