mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-18 00:30:40 -07:00
28 lines
586 B
Markdown
28 lines
586 B
Markdown
# GTT
|
|
|
|
Google Translate TUI
|
|
|
|
## Translate
|
|
|
|
[free-google-translate (go)](https://github.com/turk/free-google-translate/blob/master/translator.go)
|
|
|
|
```
|
|
https://translate.googleapis.com/translate_a/single?client=gtx&sl=%s&tl=%s&dt=t&q=%s
|
|
```
|
|
|
|
## MP3
|
|
|
|

|
|
|
|
[beep](https://github.com/faiface/beep)
|
|
|
|
[example](https://gist.github.com/iochen/acad285d2d23066df9449d40a7f3547c)
|
|
|
|
[play on network](https://github.com/tosone/minimp3#examples-are-here)
|
|
|
|
[low level](https://github.com/hajimehoshi/oto)
|
|
|
|
## config
|
|
|
|
[viper](https://github.com/spf13/viper)
|