https://github.com/hamza12700/wcheck
English word searcher
https://github.com/hamza12700/wcheck
cli rust-cli word-search
Last synced: 10 months ago
JSON representation
English word searcher
- Host: GitHub
- URL: https://github.com/hamza12700/wcheck
- Owner: Hamza12700
- License: mit
- Created: 2024-11-20T02:52:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T14:26:16.000Z (about 1 year ago)
- Last Synced: 2025-02-14T14:59:04.166Z (11 months ago)
- Topics: cli, rust-cli, word-search
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wcheck
Wcheck (word-check) is a command-line program to find and search the meaning of
the words using [Cambridge Dictionary](https://dictionary.cambridge.org/).
# Features
- Search a word for its definition and examples
- Find similar spelling or pronunciations words
# Why
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.
## Installation:
Clone the repo into your local machine:
```bash
git clone https://github.com/hamza12700/wcheck
```
Use [Cargo](https://doc.rust-lang.org/cargo/) to build and install the binary.
```bsah
cd wheck
cargo install --path .
```
# Future Plans
- [ ] Support for more websites like: Oxford, Google and more...
- [ ] Cache the results for the searched word
- [ ] Custom response options
## Bugs
If you discover any bugs please report them [here](https://github.com/Hamza12700/wcheck/issues/).