Rewrite, fix, and transform text instantly.
- Clone this repository.
- Run
bun installto install dependencies. - Run
bun devto start the extension in Raycast.
- Quick Text: Opens a view to modify the currently selected text using your local AI models.
You can configure the extension via Raycast settings:
- Ollama Server URL: The URL of your local Ollama instance (default:
http://localhost:11434).
- Raycast API
- Ollama Node.js Library
- React & TypeScript