1.0.0 • Published 7 years ago

zazu-dict v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Zazu dictionary

for synonyms and translation of german <-> english (and others).

Usage

Start a query with any supported language (ch, en, es, fr, it, pl, pt, ru). i.e.

  • en Schloss will show possible translations from german to english,
  • en lock will show possible translations from english to german

In case of missing search results, either similar valid words or no items will be printed. To search for synonyms try

  • syn lock, which will show synonyms in the given language (defined by the query)

Screenshots

translate

translate

synonyms

synonyms

Installation

Add "sagold/zazu-dict" to your ~/.zazurc.json plugins, like:

{
    "plugins": [
        "sagold/zazu-dict"
    ]
}

Disclaimer

It currently offers a cli-interface, zazu plugin and request library. For any details check the source in ./lib/dict. This is an inofficial API to leo.org. Thus any functionality can not be guaranteed.