Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsetka/deepl-translator-cli
This command line tool delivers text translation capabilities to your console and is powered by DeepL (https://www.deepl.com/translator)
https://github.com/vsetka/deepl-translator-cli
cli command-line command-line-tool deepl deepl-translator deeplearning machine-translation translate translator
Last synced: about 1 month ago
JSON representation
This command line tool delivers text translation capabilities to your console and is powered by DeepL (https://www.deepl.com/translator)
- Host: GitHub
- URL: https://github.com/vsetka/deepl-translator-cli
- Owner: vsetka
- License: mit
- Created: 2017-10-02T00:38:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T18:01:57.000Z (about 2 years ago)
- Last Synced: 2024-03-15T00:03:56.384Z (9 months ago)
- Topics: cli, command-line, command-line-tool, deepl, deepl-translator, deeplearning, machine-translation, translate, translator
- Language: JavaScript
- Size: 15.6 KB
- Stars: 142
- Watchers: 8
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - vsetka/deepl-translator-cli - This command line tool delivers text translation capabilities to your console and is powered by DeepL (https://www.deepl.com/translator) (cli)
README
# deepl-translator-cli
[![Known Vulnerabilities](https://snyk.io/test/github/vsetka/deepl-translator-cli/badge.svg)](https://snyk.io/test/github/vsetka/deepl-translator-cli)
[![npm version](https://badge.fury.io/js/deepl-translator-cli.svg)](https://badge.fury.io/js/deepl-translator-cli)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](#badge)This command line tool delivers text translation capabilities to your console, powered by DeepL (https://www.deepl.com/translator).
## Install
```
$ yarn global add deepl-translator-cli
```## Usage examples
```shell
# Translate text into German
$ deepl translate -t 'DE' 'How do you do?'# Pipe text from standard input
$ echo 'How do you do?' | deepl translate -t 'DE'# Detect language
$ deepl detect 'Wie geht es Ihnen?'# For help
$ deepl -h
$ deepl translate -h
$ deepl detect -h
```## License
MIT