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.
Y3 scans your source file for potential typos, identifies the location of the issue, and offers a list of suggestions:
--> src/reader.rs:11.4
|
11 | ngram
| ^
|
= suggestions: ["gram", "ingram", "engram", "cram", "grav"]
-
Ensure you have Rust installed.
-
Clone the repository:
git clone /~https://github.com/frozen-beak/y3.git
-
Build the project:
cargo build --release
-
Run Y3:
./target/release/y3 [file path]
Why Y3?
Because typos are best left in the shadow realm.