https://github.com/derhuerst/dict-cc-cli
Offline dict.cc lookup in the command line.
https://github.com/derhuerst/dict-cc-cli
cli dictionary english german
Last synced: about 2 months ago
JSON representation
Offline dict.cc lookup in the command line.
- Host: GitHub
- URL: https://github.com/derhuerst/dict-cc-cli
- Owner: derhuerst
- License: other
- Created: 2017-01-02T19:45:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T13:30:08.000Z (over 5 years ago)
- Last Synced: 2025-07-22T18:40:17.291Z (3 months ago)
- Topics: cli, dictionary, english, german
- Language: JavaScript
- Homepage: https://github.com/derhuerst/dict-cc-cli#dict-cc-cli
- Size: 24.4 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# dict-cc-cli
**Offline [dict.cc](http://www.dict.cc/) lookup in the command line.**
[](https://www.npmjs.com/package/dict-cc-cli)
[](https://david-dm.org/derhuerst/dict-cc-cli)
[](https://david-dm.org/derhuerst/dict-cc-cli#info=devDependencies)
## Installing
```shell
npm install -g dict-cc-cli
```### Building the dictionary
- [Create & download a dict.cc dump.](http://www1.dict.cc/translation_file_request.php?l=)
- You will get an e-mail with a link. Confirm by opening.
- You will get another e-mail with another link.```shell
curl -s '' > data.zipunzip data.zip && rm data.zip
cat path-to-dump.txt | dict-cc-import
```The dump file will be named something like `cmfkobmobk-18522520842-e6u765.txt`, where the watermark is `e6u765`.
## Usage
```shell
dict-cc
```## Contributing
If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/dict-cc-cli/issues).