| Crates.io | gtktranslate |
| lib.rs | gtktranslate |
| version | 0.2.5 |
| created_at | 2020-07-17 02:32:56.93341+00 |
| updated_at | 2020-07-27 00:27:35.537975+00 |
| description | A GTK wrapper for google translate |
| homepage | |
| repository | |
| max_upload_size | |
| id | 266104 |
| size | 563,657 |
A Simple GTK Translator

Debian/Ubuntu
sudo apt install translate-shell cargo
gtktranslate is on crates.io, so you can install it from the terminal using cargo
cargo install gtktranslate
Building from source is very simple, just basic cargo building.
Debian/Ubuntu:
sudo apt translate-shell libgtk-3-dev cargo
Building is fairly simple, just:
git clone https://github.com/skylinecc/gtktranslate
cd gtktranslate && cargo install --path