{"id":22141381,"url":"https://github.com/sshh12/screen-complete","last_synced_at":"2025-07-25T23:31:59.185Z","repository":{"id":264573651,"uuid":"864371580","full_name":"sshh12/screen-complete","owner":"sshh12","description":"Screen complete is a proof of concept universal screenshot-based text completion tool.","archived":false,"fork":false,"pushed_at":"2024-09-29T01:22:36.000Z","size":31,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-25T05:42:40.120Z","etag":null,"topics":["ai-productivity","copilot","cursor","openai","text-completion"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshh12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-28T03:50:53.000Z","updated_at":"2024-10-08T10:02:19.000Z","dependencies_parsed_at":"2024-11-25T06:31:34.474Z","dependency_job_id":null,"html_url":"https://github.com/sshh12/screen-complete","commit_stats":null,"previous_names":["sshh12/screen-complete"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fscreen-complete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fscreen-complete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fscreen-complete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshh12%2Fscreen-complete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshh12","download_url":"https://codeload.github.com/sshh12/screen-complete/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227629003,"owners_count":17796054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-productivity","copilot","cursor","openai","text-completion"],"created_at":"2024-12-01T21:12:50.856Z","updated_at":"2024-12-01T21:12:51.511Z","avatar_url":"https://github.com/sshh12.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# screen-complete\n\n\u003e Screen complete is a proof of concept universal screenshot-based text completion tool. Inspired by tools like cursor and github copilot, it allows you to fill in arbitrary selected text on your screen using a hot key.\n\n## Quick Start (Windows/OSX)\n\n1. Download the latest version from the [releases page](https://github.com/sshh12/screen-complete/releases)\n2. Create a config file `screen_complete.yml` with `openai_api_key: ...` (in the same directory)\n3. Run `screen-complete` (OSX may require enabling screen recording permissions)\n\nThe UI/UX is extremely minimal, on a page you want to fill in text:\n1. Place your cursor where you want to type text (or select text you want to replace)\n1. Move your mouse (without clicking) the top left corner of the applicable window\n2. Hold down `Ctrl+Q`\n3. Move your cursor to the bottom right corner of the applicable window\n4. Release `Ctrl+Q`\n\n## Examples\n\n| Description | Image |\n|-------------|-------|\n| Writing text in a google doc | ![chrome_lOtDKw9Vsd](https://github.com/user-attachments/assets/eb7e2a84-52e5-480c-9fd8-b744c3b04f13) |\n| Filling in the title of a GitHub issue | ![chrome_rLIIqjoeJE](https://github.com/user-attachments/assets/257c990f-fcfd-46cf-b0c8-d0c6a28e6137) | \n| Drafting a reddit comment | ![chrome_lnoue13hYT](https://github.com/user-attachments/assets/0f3a263c-8ab6-42da-8985-2369a2fadd5e) |\n| Drafting a slack reply | ![chrome_](https://github.com/user-attachments/assets/3ab87654-2d50-4aa2-bb9c-f25d467d7bc6) |\n\n\n## Configuration\n\nThis tool currently supports OpenAI and Azure OpenAI. Only fields for Azure OR OpenAI are required.\n\n### Via Environment Variables\n\n```\nAZURE_OPENAI_API_KEY=...\nAZURE_OPENAI_ENDPOINT=...\nAZURE_OPENAI_DEPLOYMENT=...\nOPENAI_API_KEY=...\nOPENAI_MODEL=... (optional)\n```\n\n### Via `screen_complete.yml`\n\n```yaml\nazure_openai_api_key: ...\nazure_openai_endpoint: ...\nazure_openai_deployment: ...\nopenai_api_key: ...\nopenai_model: ... (optional)\n```\n\n## Building\n\n### Windows\n\n1. Download the Mingw, then set system environment variables C:\\mingw64\\bin to the Path\n2. `go build -o screen-complete.exe cmd\\screen_complete\\main.go`\n\n### MacOS\n\n1. `xcode-select --install`\n2. `go build -o screen-complete cmd\\screen_complete\\main.go`\n\n## Privacy\n\nYour screen is only captured and sent to OpenAI when you release the hot key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fscreen-complete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshh12%2Fscreen-complete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshh12%2Fscreen-complete/lists"}