{"id":13596050,"url":"https://github.com/ieviev/pscomplete","last_synced_at":"2026-01-17T23:40:02.200Z","repository":{"id":59266245,"uuid":"524862619","full_name":"ieviev/pscomplete","owner":"ieviev","description":"Cross-platform custom powershell completions","archived":false,"fork":false,"pushed_at":"2024-07-27T20:26:08.000Z","size":13499,"stargazers_count":20,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T16:45:54.545Z","etag":null,"topics":["autocomplete","powershell","tab-expansion"],"latest_commit_sha":null,"homepage":"","language":"F#","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/ieviev.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":"2022-08-15T05:13:19.000Z","updated_at":"2025-04-08T15:00:11.000Z","dependencies_parsed_at":"2024-07-27T21:34:41.858Z","dependency_job_id":null,"html_url":"https://github.com/ieviev/pscomplete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ieviev/pscomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieviev%2Fpscomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieviev%2Fpscomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieviev%2Fpscomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieviev%2Fpscomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ieviev","download_url":"https://codeload.github.com/ieviev/pscomplete/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ieviev%2Fpscomplete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28522311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["autocomplete","powershell","tab-expansion"],"created_at":"2024-08-01T16:02:06.399Z","updated_at":"2026-01-17T23:40:02.175Z","avatar_url":"https://github.com/ieviev.png","language":"F#","readme":"# PsComplete\ncross-platform custom powershell autocomplete\n\n## demo  \n\n\nhttps://github.com/ieviev/pscomplete/assets/36763595/06742872-b7dd-465e-a5a5-8c2d928421b9\n\n\n\n## installation\n\n(available at https://www.powershellgallery.com/packages/PsComplete)\n\n- `install-module -name pscomplete`\n- `import-module -name pscomplete`\n- After that Tab is bound to the expander for this session\n\nAdditionally:\n- Add `import-module -name pscomplete` to your profile (ex. `nano $PROFILE` / `notepad $PROFILE`) to have it permanently on\n- completion can also be invoked programmatically with `invoke-guipscomplete`\n\n## features\n\n- Performs well up to 100 000+ completions\n- Press Tab / Enter to pick the highlighted command\n\n## configuration\n\nthe top-right context info in the demo is not on by default and \ncan be turned on by adding this to your profile\n\n```powershell\n$PsCompleteSettings.TopRightHUDEnabled = $true; # off by default\n```\n\n\n\u003c!-- \n## one caveat because of missing features in Powershell Core:\n\n- pwsh can not access the preceding buffer directly, so the only way to make space for completions is to clear the entire buffer\n\n#### some more trivia about the implementations\n\n- the color Black does not exist in windows, it's the background color. however it does exist on linux\n- blank color (-1) only exists on linux, throws an exception on windows\n- the coordinate systems of linux pwsh and windows are different (windows coordinates are -1 relative to linux)\n- there is no way to access the buffer on linux, but it can be overridden with a new array which is destructive to previous screen content\n- there is no way to fill a rectangle on linux using SetBufferContents \n --\u003e\n","funding_links":[],"categories":["F#","F\\#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieviev%2Fpscomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fieviev%2Fpscomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fieviev%2Fpscomplete/lists"}