Popularity
2.4
Stable
Activity
0.0
Stable
3
3
0
Monthly Downloads: 3
Programming language: Haskell
License: MIT License
Latest version: v1.0.0.0
translate-cli alternatives and similar packages
Based on the "CLI" category.
Alternatively, view translate-cli alternatives based on common mentions on social networks and blogs.
-
cli
DISCONTINUED. Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of translate-cli or a related project?
README
translate-cli
Command Line Interface to translate words. The current translation supports german and english words. Input will be translated in both directions.
➜ ~ translate golden
[en] golden
[en] gold
[en] or
[en] aureate
[en] gilded
[de] golden
[de] goldgelb
[de] goldig
[de] Goldfarbe
[de] goldene Farbe
Initial setup
stack setup
Build
stack build
Run
NPM
npm i -g @andys8/translate-cli
translate <text-to-translate>
Binary
Build from sources
- Setup stack
stack exec translate -- <text-to-translate>
to translate
Credits
Glosbe API is used for translation.