translate-shell
translate-shell copied to clipboard
:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
Honestly I'm surprised this hasn't been suggested already. Whenever using speech, the playback says: "Translations of {source}, {translations}." However when you disable alternatives, there is only and will ever be...
fix inaccuracy
using the `-download-audio-as` option, how can i set the file name to match this format: `[target language abbreviation] - [word or phrase].mp3` it may also be helpful to other people...
# Updated (25 Jul 2019) ## POST [done] We're using POST for Bing Translator now, because the API simply won't handle the GET method. So there will be no more...
Hi, the most bizarre thing is happening to me. Using trans via the regular wsl2 command line is giving me a voice output error for each and every language that...
Could you also add a shortcut for using translate-shell with vim, neovim, and other Emacs flavours when using chemacs? say: trans -V - for Vim trans -NV - for neovim...
example command ``` for f in *.txt; do trans -force-retry en:pl file://"$f" -o trans/"$f" ; done ```
other fzf or command . they is appimage file format it can run anywhere. show build appimage , we dont use apt-get install
First of all this tool is great for work under shell, thanks for your great job! While for most of people, we often need to get the past query history...