EyesAndEars Fedi-Must
winget install --id=FediMust.EyesAndEars -e Self-contained Windows app that captures screenshots, sends them to Gemini, and can type generated responses on demand.
winget install --id=FediMust.EyesAndEars -e Self-contained Windows app that captures screenshots, sends them to Gemini, and can type generated responses on demand.
EyesAndEars is a prototype "on-demand Copilot" for screen issues. This uses Gemini since the free tier allows all users to use Gemini 2.5 for a series of long requests. You can, however, pay Google and upgrade your Gemini API key and version if needed.
Numpad 1 to capture the current screen.Made this tool since it helped me with coding and various tasks, since it's faster than opening websites and having to manually input in questions and waiting for a reply to copy it.
run-local.cmdOn first launch, the app asks you to create:
Optional: you can still provide the key via EYESANDEARS_API_KEY.
After setup, the CMD window auto-hides and the app continues in background with a tray icon.
Numpad 9 triggers app exit and winget uninstall only when a sanitized package ID is detected.Numpad 1: Capture / Pause / ResumeNumpad 0: Hide/Show indicatorNumpad 2: Clear chat contextNumpad 9: Exit and trigger winget uninstall (when launched from winget install)See packaging/winget/README.md.
winget install eyesandearswinget install --id FediMust.EyesAndEars -ewinget uninstall --id FediMust.EyesAndEars -e --purgeWhen launched from a winget install, pressing Numpad 9 exits and triggers uninstall automatically.