This Raycast extension allows you to automatically correct selected text using the Google Did You Mean feature. It leverages the words/google-did-you-mean repository/library to provide accurate suggestions for misspelled words.
- Clone the
words/google-did-you-meanrepository to your local machine. - Open Raycast and navigate to the Extensions tab.
- Click on the "+" button to add a new extension.
- Select "Add Script Command" and choose a suitable name for the command.
- In the script command configuration, set the script path to the location of the
google-did-you-meanlibrary. - Save the configuration.
- Select the text you want to correct.
- Trigger the Raycast extension you created in the installation step.
- The extension will use the Google Did You Mean feature to suggest corrections for the selected text.
- Choose the desired correction from the suggestions provided.
Like to thank the words/google-did-you-mean repository/library for providing the core functionality used in this Raycast extension. Their work has greatly improved the accuracy of auto-correct functionality.
Repository/Library: words/google-did-you-mean