Popularity
2.7
Growing
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.
-
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
otp-authenticator
OTP Authenticator (ala Google Authenticator) cli app -
optparse-applicative-simple
Simple command line interface arguments parser -
platinum-parsing
All-around tools for compilation development
Updating dependencies is time-consuming.
Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
Promo
blog.mergify.com
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.