Cambridge is a terminal version of Cambridge Dictionary.
Project description
Cambridge
Cambridge is a terminal version of Cambridge Dictionary.
The dictionary data comes from https://dictionary.cambridge.org
If you're not satisfied with the result, you can try with "-w" flag to look up the word in Merriam-Webster Dictionary.
Screenshots
Why This
I'm a terminal person tired of pulling out a GUI app or browser, inputting words in the search bar, hitting the search button and then waiting for the result to render with a bunch of unnecessary static files coming along. Not only is the time taken long, but also switching apps back and forth can be annoying. So I wrote this console application with features to my satisfaction.
Features
camb <word/phrase>
to look up what you need.- Takes < 2s for the first time, including fetching, parsing, printing, and writing cache.
- Less than 0.1s for the same term's later search.
- Fetches the first dictionary on Cambridge, avoiding confuses by multiple dictionaries.
- If not found, a list of related suggestions will be displayed.
camb l
to list words and phrases you've found before.
With fzf
camb l | fzf --preview 'camb {}'
, if you've installed fzf, you'll get the following magics:
- fuzzy finding a word from the word list & instantly previewing its meaning
- displaying the whole word list & instantly previewing each word meaning as you scroll through the list
- You can also add
alias cambl="camb l | fzf --preview 'camb {}'"
in your shell config for convenience
Installation
pip install cambridge
Usage
camb <word/phrase> e.g. camb pertinent # look up a word/phrase in Cambridge Dictionary
camb <word/phrase> -v # look up a word/phrase in verbose/debug mode
camb <word/phrase> -w # look up a word/phrase in Merriam-Webster Dictionary
camb <word/phrase> -f # look up a word/phrase afresh without using cache
camb l # list words found before in alphabetical order
camb l -t # list words found before in reverse chronological order
camb l -r # list 20 words from the word list randomly
camb l -d # delete a word from the word list
camb <phrase with an apostrophe> # camb "a stone's throw" | camb a stone\'s throw
camb <phrase with a slash> # camb "have your/its moments" | camb have your\/its moments
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cambridge-3.1.2.tar.gz
.
File metadata
- Download URL: cambridge-3.1.2.tar.gz
- Upload date:
- Size: 516.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3a5e5575ff16c9ae66e209cca3f2972de47148416de2eef2eba629e113a075d |
|
MD5 | 702f23aefcd1543483e82559e8743e7f |
|
BLAKE2b-256 | b62e8dfef24f9455cd27d7624eb9f0e6bc7f0e3b2af9bc9546029abd2da8f130 |
File details
Details for the file cambridge-3.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: cambridge-3.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8340fbbb6679b24082a9141b0cb3016bdace229a06d1f16d87ca6a743b5517b8 |
|
MD5 | e8122e6382c947880a03e06af15f4b71 |
|
BLAKE2b-256 | f9cc42cfec6e2bf85d29cf1ef89ce80cfaec295f7b6c7e2bc19e07d1241b8883 |