Created
March 17, 2025 08:22
-
-
Save maanimis/3f760eb606a991f6a4ea609abb86a0f9 to your computer and use it in GitHub Desktop.
translate to persian [cli]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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