Skip to content

Instantly share code, notes, and snippets.

@maanimis
Created March 17, 2025 08:22
Show Gist options
  • Save maanimis/3f760eb606a991f6a4ea609abb86a0f9 to your computer and use it in GitHub Desktop.
Save maanimis/3f760eb606a991f6a4ea609abb86a0f9 to your computer and use it in GitHub Desktop.
translate to persian [cli]
alias fdict='function _fdict(){ curl -s "https://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=fa&dt=t&dt=bd&dj=1&q=$(echo $* | sed "s/ /%20/g")" | awk -F'"' "{print \$2}"; }; _fdict'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment