v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-19 01:00:20 -07:00
GTT/README.md
2022-10-24 23:40:22 +08:00

55 lines
759 B
Markdown

# GTT
Google Translate TUI
## ScreenShot
![screenshot](https://i.imgur.com/ECtL7ac.gif)
## Install
```
go get && go build
```
## Key Map
`<C-c>`
Exit program.
`<Esc>`
Toggle pop out window.
`<C-j>`
Translate from left window to right window.
`<C-s>`
Swap language.
`<C-q>`
Clear all text in left window.
`<C-o>`
Play sound on left window.
`<C-p>`
Play sound on right window.
`<C-x>`
Stop play sound.
`<C-t>`
Toggle transparent.
`<Tab>`, `<S-Tab>`
Cycle through the pop out widget.
`<1>`, `<2>`, `<3>`
Switch pop out window.
## Credit
[snsd0805/GoogleTranslate-TUI](https://github.com/snsd0805/GoogleTranslate-TUI) For inspiration.
[turk/free-google-translate](https://github.com/turk/free-google-translate) For Google translate in Golang.