The Grammar Checker for Developers for Raycast
Harper is an excellent grammar checker that runs entirely locally (i.e. offline Grammarly competitor)
- Clone this repo
git clone https://github.com/lukasmwerner/harper-raycast.git
- Pull down dependencies
npm i
- "Install" into local Raycast
npm run dev
and then quit after it saysready - built extension successfully
- Fixing any currently selected text
- Fixing any text in the clipboard
Warning
The current implementation just blindly takes Harper's first suggestion. In the future I would like to make it so that I can use Raycast's lists to go over each issue.