Warning: Generated 100% by Codex; no human inspection or addition of this code.
Menu bar macOS app that runs a typo check on your current selection using a configurable OpenAI model, then shows a hover diff and a short vibe check line.
- Set your API key:
- Preferred: click the menu bar icon →
Set API Key…(stored in your Keychain) - Or: export
OPENAI_API_KEYin the environment before launching Typo
- Preferred: click the menu bar icon →
- Grant permissions (first run will prompt):
- System Settings → Privacy & Security → Accessibility → enable Typo
- Select text in any app
- Press
⌥⌘T(or click the menu bar icon →Check Selection) - A hover panel shows a diff; use
Copy FixedorReplace Selection - Customize settings via the menu bar icon →
Settings:Use Clipboard First(reads selection via copy, restores clipboard)Preserve Rich Text(keeps rich text when possible)Prompt Settings…,Model Settings…,Vibe Settings…
- The menu also shows status lines for the current model and cumulative fixes/delta
- Debug:
swift run - Release app bundle:
scripts/make-app.sh(outputsdist/Typo.app) - Install/replace in
/Applications:sudo scripts/release.sh