Update README.md

pull/6/head
Anodev 6 years ago committed by GitHub
parent ec74f98565
commit 2cac3067cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,11 @@
# GT-bash-client
# Google Translate BASH client
Get Translate text from your terminal! Console Google Translate Script (bash+curl+sed)
## 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:
`./translate.sh <source_lng> <new_lng> <your text>`
## 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