Wow, my brain is totally blown today! Currently, I am living in Latin America as a digital nomad, and discovered an amazing command line translator for Linux!
sudo apt-get install translate-shell
Next edit your ~/.zsrc or ~/.bashrc
and add the following environmental vars
export SOURCE_LANG=en
export TARGET_LANG=es
now apply changes
source ~/.zshrc
Now you can translate!
trans bueno
(Use -I for interactive mode)
Get more help here:
man trans
Top comments (0)