soimort / translate-shell

:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
https://www.soimort.org/translate-shell
The Unlicense
6.94k stars 391 forks source link

Add option to force retry if connection is lost #494

Open KonoromiHimaries opened 1 year ago

KonoromiHimaries commented 1 year ago

example command

for f in *.txt; do trans -force-retry en:pl file://"$f" -o trans/"$f" ; done