gtktranslate

Crates.iogtktranslate
lib.rsgtktranslate
version0.2.5
sourcesrc
created_at2020-07-17 02:32:56.93341
updated_at2020-07-27 00:27:35.537975
descriptionA GTK wrapper for google translate
homepage
repository
max_upload_size
id266104
size563,657
Grant Handy (grantshandy)

documentation

README

gtktranslate

A Simple GTK Translator

Screenshot

Installing

Dependencies

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

Building from source is very simple, just basic cargo building.

Dependencies

Debian/Ubuntu:

sudo apt translate-shell libgtk-3-dev cargo

Building

Building is fairly simple, just:

git clone https://github.com/skylinecc/gtktranslate
cd gtktranslate && cargo install --path
Commit count: 0

cargo fmt