Skip to content

vladComan0/translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translate

A small translate CLI tool using Google Translate without requiring an API key. It relies on Google Translate's internal web endpoint so it will probably break at some point.

some examples

  1. default -from=ro; default -to=en
> translate salutare tuturor
hello everyone
  1. some non-defaults
> translate -from en -to ja hello there
こんにちは

> translate -from en -to sl "Are you there?"
Ste tam?
  1. piping input
> echo "Hello. I like your hairstyle." | translate -from en -to es
Hola. Me gusta tu peinado.
  1. input redirection
> echo "hello" > file.txt
> translate -from en -to es < file.txt
Hola

About

A small translate CLI tool using Google Translate without requiring an API key.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages