Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T13:30:08.000Z (over 4 years ago)
- Last Synced: 2024-10-03T23:54:12.123Z (about 1 month ago)
- Topics: cli, dictionary, english, german
- Language: JavaScript
- Homepage: https://github.com/derhuerst/dict-cc-cli#dict-cc-cli
- Size: 24.4 KB
- Stars: 11
- Watchers: 4
- 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.**
[![npm version](https://img.shields.io/npm/v/dict-cc-cli.svg)](https://www.npmjs.com/package/dict-cc-cli)
[![dependency status](https://img.shields.io/david/derhuerst/dict-cc-cli.svg)](https://david-dm.org/derhuerst/dict-cc-cli)
[![dev dependency status](https://img.shields.io/david/dev/derhuerst/dict-cc-cli.svg)](https://david-dm.org/derhuerst/dict-cc-cli#info=devDependencies)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/dict-cc-cli.svg)## 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).