Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typo

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.

Image

Setup

  • Set your API key:
    • Preferred: click the menu bar icon → Set API Key… (stored in your Keychain)
    • Or: export OPENAI_API_KEY in the environment before launching Typo
  • Grant permissions (first run will prompt):
    • System Settings → Privacy & Security → Accessibility → enable Typo

Use

  • Select text in any app
  • Press ⌥⌘T (or click the menu bar icon → Check Selection)
  • A hover panel shows a diff; use Copy Fixed or Replace 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

Build / Run

  • Debug: swift run
  • Release app bundle: scripts/make-app.sh (outputs dist/Typo.app)
  • Install/replace in /Applications: sudo scripts/release.sh

About

typo

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages