Beautiful README.md

Changelog:
- README.md has become more beautiful.
pull/6/head
Anodev 4 years ago committed by GitHub
parent 26fc57f1d5
commit 5fb2491cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,16 @@
# Google Translate BASH client
Get Translate text from your terminal! Console Google Translate Script (bash+curl+sed)
This bash script is combine of this scripts https://gist.github.com/elFua/3342075 and https://gist.github.com/ayubmalik/149e2c7f28104f61cc1c862fe9834793
They aren't work!
## How it work?
# Google Translate bash client
`Get translated text from your terminal!`
### Description
This bash script is combine of this scripts
[Link](https://gist.github.com/elFua/3342075) and [Link](https://gist.github.com/ayubmalik/149e2c7f28104f61cc1c862fe9834793) \
They **aren't** work!
### Instructions
- **[Instruction for adding script as program in GoldenDict](https://github.com/OPHoperHPO/GT-bash-client/issues/3)**
### How it work?
This script translate your text! Script will parse your source language and target language + your text, then Script send this information to Google Translate Api and get translated text!
## Usage:
### Usage:
`./translate.sh <source_lng> <new_lng> <your text>`
## Install
### Install
1) Clone repository via `git clone https://github.com/OPHoperHPO/GT-bash-client`
2) Set permission via `chmod +x ./GT-bash-client/translate.sh `
3) Check script via `./GT-bash-client/translate.sh en es Hello`
4) PROFIT!!1!

Loading…
Cancel
Save