https://github.com/interrrp/ren
✏️ A tiny spellchecker.
https://github.com/interrrp/ren
parallel rayon rust spellcheck spellchecker spelling
Last synced: 9 months ago
JSON representation
✏️ A tiny spellchecker.
- Host: GitHub
- URL: https://github.com/interrrp/ren
- Owner: interrrp
- License: gpl-3.0
- Created: 2024-06-23T14:09:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T01:46:57.000Z (over 1 year ago)
- Last Synced: 2025-03-23T16:46:26.627Z (12 months ago)
- Topics: parallel, rayon, rust, spellcheck, spellchecker, spelling
- Language: Rust
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✏️ Ren
> A tiny spellchecker.
## ⬇️ Installation
At the moment, you can only install Ren by source:
```sh
git clone https://github.com/interrrp/ren
cd ren
cargo install .
```
## ⚙️ Usage
Read the help text:
```plaintext
Usage: ren [OPTIONS] [PATTERN]
Arguments:
[PATTERN] The glob pattern to search for files to spell check [default: **/*.md]
Options:
-l, --langs The language codes of the wordlists to use for spell checking [default: en_us]
-h, --help Print help
```
## 🔑 License
Ren is licensed under [GPLv3](./LICENSE).