kumakichi / Deepl-linux-electron

DeepL(https://www.deepl.com/) Integration for Linux. Select text in any application and simply press Ctrl+C and another shortcut to translate it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A client for deepl in Linux, using Electron.

Tested under ubuntu 20.04 only.

./demo.png

How to use

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

How to build

install yarn

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

install dependencies

yarn

build or debug

# for dev
yarn dev

# for build
yarn dist:dir # generated file : dist/linux-unpacked/deepl-linux-electron 

About

DeepL(https://www.deepl.com/) Integration for Linux. Select text in any application and simply press Ctrl+C and another shortcut to translate it.

License:MIT License


Languages

Language:JavaScript 61.9%Language:HTML 38.1%