(no title)
afruitpie | 1 year ago
The AI plugin included in the Raycast Pro subscription [0] can be configured with some neat “improve writing on whatever is highlighted” features.
afruitpie | 1 year ago
The AI plugin included in the Raycast Pro subscription [0] can be configured with some neat “improve writing on whatever is highlighted” features.
runjake|1 year ago
If you were money-constrained, you could also set up a solution using macOS Shortcuts, but it would be a bit less polished. For example:
- Get Clipboard (Because IIRC, Selected Text isn't yet an action in Shortcuts, so you'd have to CMD-C it.
- Feed that to Get Contents of URL. You'd have to build the API request yourself. Be sure to include a prompt related to "improve writing". Examples on Github).
- And so on.
swah|1 year ago