Spell Key is a Raycast extension for quickly fixing spelling in selected text. It uses macOS native spelling suggestions and keeps the workflow keyboard-first.
Warning
Unfortunately, this extension isn't published to the Raycast store. So, to run it locally follow the developers extension docs
Note
Spell Key only handles spelling suggestions for single word at a time. Grammar correction and rewriting are intentionally out of scope. If you are looking for grammer corrections checkout Raycast's Inline-Replace
I prefer using keyboard for most actions, and I missed the ability to quickly fix spelling mistakes like the ⌘ + . shortcut in VScode.
The fastest and easiest way I could find was to implement it as a Raycast extension.
- macOS on Apple Silicon.
- Raycast.
- Select a word or phrase in any app.
- Open the
Fix Spellingcommand in Raycast. - Choose a suggestion.
- Press
Enterto replace the selection.
npm install
native/build.sh
npm run dev