Wcheck (word-check) is a command-line program to find and search the meaning of the words using Cambridge Dictionary.
- Search a word for its definition and example usage
- Find similar spelling or pronunciations words
More often than not, I'm searching for the meaning of the word because I'm not a native English speaker and I end-up going to the Cambridge dictionary website alot. Because I use Linux (BTW), I've my terminal opened the whole time so when ever I need to look-up a word I just typed that and get exactly what I want which is meaning/definition of the word and some example sentences.
Clone the repo into your local machine:
git clone https://github.com/hamza12700/wcheck
Use Cargo to build and install the binary.
cd wheck
cargo install --path .
- Support for more websites like: Oxford, Google and more...
- Cache the results for the searched word
- Custom response options
If you discover any bugs please report them here.