https://github.com/adityamotale/y3
Yeet your typo's into the shadow realm before it makes it to production!
https://github.com/adityamotale/y3
cuda-kernels rust spellcheck
Last synced: 9 months ago
JSON representation
Yeet your typo's into the shadow realm before it makes it to production!
- Host: GitHub
- URL: https://github.com/adityamotale/y3
- Owner: AdityaMotale
- Created: 2024-12-30T04:18:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-30T13:17:23.000Z (about 1 year ago)
- Last Synced: 2025-04-15T17:12:40.467Z (9 months ago)
- Topics: cuda-kernels, rust, spellcheck
- Language: Rust
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Y3
Yeet your typo's into the shadow realm before it makes it to production!
Y3 is a GPU-accelerated spell checker designed specifically for coding projects.
## How It Works
Y3 scans your source file for potential typos, identifies the location of the issue, and offers a
list of suggestions:
```shell
--> src/reader.rs:11.4
|
11 | ngram
| ^
|
= suggestions: ["gram", "ingram", "engram", "cram", "grav"]
```
## Installation
1. Ensure you have [Rust](https://www.rust-lang.org/) installed.
2. Clone the repository:
```bash
git clone https://github.com/frozen-beak/y3.git
```
3. Build the project:
```bash
cargo build --release
```
4. Run Y3:
```bash
./target/release/y3 [file path]
```
---
**Why Y3?**
Because typos are best left in the shadow realm.