logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Translate Shell - Translate Text via CLI | Online Free DevTools by Hexmos

Translate text instantly with Translate Shell. Translate words and phrases between multiple languages using command line. Free online tool, no registration required.

trans

Translate Shell, a command-line translator. More information: https://github.com/soimort/translate-shell.

  • Translate a word (language is detected automatically):

trans "{{word_or_sentence_to_translate}}"

  • Get a brief translation:

trans {{[-b|-brief]}} "{{word_or_sentence_to_translate}}"

  • Translate a word into french:

trans :{{fr}} {{word}}

  • Translate a word from German to English:

trans {{de}}:{{en}} {{Schmetterling}}

  • Behave like a dictionary to get the meaning of a word:

trans {{[-d|-dictionary]}} {{word}}

See Also