DeepL-CLI (unofficial)
This application leverages the power of DeepL to provide seamless translations directly from your terminal.
๐ Getting Started
- Requirements:
When you first launch the application, you will be asked to enter an API Key. DeepL provides both free and paid API keys.
This key will be saved in your system's keyring. If you're on macOS or Windows, everything should work out of the box. On Linux, make sure that GNOME Keyring is installed.
- Installation:
Make sure that you have at least Golang 1.23.0 installed. Then run the following command:
go install github.com/leschuster/deepl-cli/cmd/deepl-cli@latest
Alternatively, you can download the appropriate binary for your system in the release section.
- Usage:
Run deepl-cli
in your terminal.
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.