A client for deepl in Linux, using Electron.
Tested under ubuntu 20.04 only.
Clone this repo and build it, or just simply download prebuilt binary from Release Page
Open deepl-linux-electron, select text in any application, press Ctrl+c to copy selected content into clipboard, then use shortcut Control+Alt+D to translate
You can change this shortcut on the program menu: Settings -> Shortcut
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn
yarn
# for dev
yarn dev
# for build
yarn dist:dir # generated file : dist/linux-unpacked/deepl-linux-electron