dl-translate

Crates.iodl-translate
lib.rsdl-translate
version0.2.0
sourcesrc
created_at2020-11-27 09:51:18.884875
updated_at2022-10-31 15:40:37.633694
descriptionA Rust-based CLI to query DeepL using an API key
homepagehttps://github.com/enlightware/dl-translate
repositoryhttps://github.com/enlightware/dl-translate
max_upload_size
id316997
size46,245
Stéphane Magnenat (stephanemagnenat)

documentation

README

dl-translate

An Enlightware® software.

Overview

A Rust-based CLI to query a translation from DeepL using an API key.

You need to place your API key in the file CONFIG/dl-translate.toml with the following format:

auth_key = "KEY_UUID"

where CONFIG is the standard config directory of your platform.

Then, install Rust, then run:

cargo run dl-translate TARGET_LANG [SOURCE_LANG] [more/less (FORMALITY)]

where X_LANG is a DeepL-support language tag.

License

Licensed under either of

at your option.

Commit count: 14

cargo fmt