
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
cambridge
is a terminal version of Cambridge Dictionary, whose source is from https://dictionary.cambridge.org; also supports the Merriam-Webster Dictionary as backup.
camb <word/phrase>
to look up in Cambridge Dictionary by defaultcamb -c <word/phrase>
to look up in Cambridge Dictionary with correspondent Chinese meaningscamb -w <word/phrase>
to look up in Merriam-Webster Dictionarycamb l
to list cached words and phrasesfzf
fzf
not installed, the aforementioned lists have been formatted elaboratelygruvbox
(dark & light), solarized
(dark & light) terminal colorschemespip install cambridge
pip uninstall -r requirements.txt -y
rm -rf $HOME/.cache/cambridge
rm -rf $HOME/.cache/fakeua
# within the project
make install
make uninstall
make clean_cache
s
(hidden)For looking up words/phrases in a dictionary or multiple dictionaries.
camb <word/phrase>[, w/p, w/p, ...] # look up words/phrases in Cambridge Dictionary
camb -w <word/phrase>[, w/p, w/p, ...] # look up words/phrases in Merriam-Webster Dictionary
camb -c <word/phrase>[, w/p, w/p, ...] # look up words/phrases in Cambridge with Chinese translation
camb <w/p>[, <w/p>, ...] -w <w/p>[, <w/p>, ...] -c <w/p>[, <w/p>, ...] # look up words/phrases from multiple dictionaries all at once
# Additional Options
--debug # look up words/phrases in debug mode
-f # look up words/phrases afresh without using cache
-n # look up words/phrases without showing suggestions if not found
# Special Characters on Terminal
# phrase with "'":
camb "a stone's throw" | camb a stone\'s throw
# phrase with "/":
camb "have your/its moments" | camb have your\/its moments
l
For listing and deleting items from the cache.
camb l # list all words/phrases in alphabetical order
camb l -t # list all words/phrases in reverse chronological order
camb l -r # list 20 words/phrases at random
camb l -d # delete one or more words/phrases from the cache, separated by ', '
wod
For displaying 'Word of the Day' in the Merriam Webster Dictionary
camb wod # list today's Word of the Day from Merriam-Webster Dictionary
camb wod -l # list all words of the day
camb -h, --help # show this help message and exit
camb -v, --version # print the current version of the program
FAQs
cambridge is a terminal version of Cambridge Dictionary.
We found that cambridge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.