This application is doing fast translation with keyboard shortcuts.
Just only linux, windows and mac os is coming soon.
This app gets current copied text from the system clipboard and then translates the text via yandex-api and shows translation like a notification.Immediately after translation, clipboard (original text) value is changed with translated text so you can do control + V to paste it. By using this application you do not need to open new web pages and copy paste around.
- Linux
- Git
- Python 3
- Xsel or Xclip clipboard package
If you don't have requirements prepared, install it.
sudo apt-get install xsel or sudo apt-get install xclip
sudo apt-get install git
sudo apt-get install python3
If you haven't already configured your git:
git config --global user.name "username"
git config --global user.email [email protected]
git clone [email protected]:serkanerip/copy-and-translate.git
sudo mv copy-and-translate /usr/share/
Go system settings and open keyboard shortcuts
Add a custom shortcut
Set the command of shortcut :
* python3 '/usr/share/copy-and-translate/copy-translate.py'
And set your keyboard shortcut