Go to file
Mathias Rothenhaeusler 498c963c20 added cli struct to replace clap yaml 2026-01-19 20:09:33 +01:00
src added cli struct to replace clap yaml 2026-01-19 20:09:33 +01:00
.gitignore use auto detect source language 2022-01-07 09:59:32 +01:00
Cargo.lock added cli struct to replace clap yaml 2026-01-19 20:09:33 +01:00
Cargo.toml added cli struct to replace clap yaml 2026-01-19 20:09:33 +01:00
README.md added cli struct to replace clap yaml 2026-01-19 20:09:33 +01:00

README.md

Deepl

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 autodectect.
-t, --target <target_lang> The language your text should be tranlated to. Default is DE.

ARGS:
<INPUT> Text to translate