Usage
How to improve selected text with typo in three quick steps.
typo is designed to sit behind a global shortcut so you can refine text without leaving your editor or browser.
Basic flow
- Select any text you want to improve.
- Press
Ctrl/Cmd + Shift + Xto activate the application. - Wait for the AI response and let it replace the selected content automatically.
How it works
- Capture: Gets the currently selected text.
- AI processing: Sends it to AI with a custom prompt (configurable in settings).
- Replacement: Copies the AI’s response to the clipboard, then pastes it at the current cursor position (using the clipboard helps avoid input method issues).
Models
- Use DeepSeek or other configured cloud models where supported.
- Use Ollama locally — ensure
ollama serveis running and models are pulled.
See FAQ — Ollama for API links and tips.