dict-cc-cli
v3.0.0
Published
Offline dict.cc lookup in the command line.
Downloads
14
Maintainers
Readme
dict-cc-cli
Offline dict.cc lookup in the command line.
Installing
npm install -g dict-cc-cli
Building the dictionary
- Create & download a dict.cc dump.
- You will get an e-mail with a link. Confirm by opening.
- You will get another e-mail with another link.
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.