3.0.0 • Published 4 years ago

dict-cc-cli v3.0.0

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

dict-cc-cli

Offline dict.cc lookup in the command line.

npm version dependency status dev dependency status ISC-licensed

Installing

npm install -g dict-cc-cli

Building the dictionary

curl -s '<link>' > data.zip

unzip data.zip && rm data.zip

cat path-to-dump.txt | dict-cc-import <watermark>

The dump file will be named something like cmfkobmobk-18522520842-e6u765.txt, where the watermark is e6u765.

Usage

dict-cc <query string>

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.