{"id":13596599,"url":"https://github.com/Moeologist/scoop-completion","last_synced_at":"2025-04-09T16:33:15.037Z","repository":{"id":36826853,"uuid":"151275183","full_name":"Moeologist/scoop-completion","owner":"Moeologist","description":"scoop tab completion, work with powershell","archived":false,"fork":false,"pushed_at":"2024-02-12T13:59:05.000Z","size":67,"stargazers_count":173,"open_issues_count":4,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-06T19:45:55.068Z","etag":null,"topics":["powershell","powershell-module","scoop","tab-completion"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/Moeologist.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":"2018-10-02T15:10:30.000Z","updated_at":"2024-11-05T02:58:23.000Z","dependencies_parsed_at":"2024-08-01T16:41:40.789Z","dependency_job_id":"283eb4bd-0fa8-498b-9d3d-18ba74583213","html_url":"https://github.com/Moeologist/scoop-completion","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moeologist%2Fscoop-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moeologist%2Fscoop-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moeologist%2Fscoop-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moeologist%2Fscoop-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moeologist","download_url":"https://codeload.github.com/Moeologist/scoop-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248068002,"owners_count":21042398,"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":["powershell","powershell-module","scoop","tab-completion"],"created_at":"2024-08-01T16:02:35.473Z","updated_at":"2025-04-09T16:33:10.025Z","avatar_url":"https://github.com/Moeologist.png","language":"PowerShell","funding_links":[],"categories":["PowerShell","Resources"],"sub_categories":[],"readme":"# scoop-completion\n\n[中文](https://github.com/Moeologist/scoop-completion/blob/master/README.zh.md)\n\n---\n\nPresuppositions:\n* [scoop](https://github.com/lukesampson/scoop)\n* [PowerShell 5](https://aka.ms/wmf5download) (or later, include [PowerShell Core](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-6))\n\nInstall via scoop:\n```powershell\n# add extras bucket\nscoop bucket add extras\n\n# install\nscoop install scoop-completion\n```\n\nEnable completion in current shell:\n```powershell\n# enable completion in current shell, use absolute path because PowerShell Core not respect $env:PSModulePath\nImport-Module \"$($(Get-Item $(Get-Command scoop.ps1).Path).Directory.Parent.FullName)\\modules\\scoop-completion\"\n```\n\nAuto-load, please modify $Profile manually. If you want completion to work for allusers | allhosts, read [Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-6#the-profile-variable)\n```powershell\n# create profile if not exist\nif (!(Test-Path $profile)) { New-Item -Path $profile -ItemType \"file\" -Force }\n\n# print $profile path\n$profile\n```\nOpen $profile in your text editor, and put the enable code (Import-Module line) into this file.\n\n---\n\nUsage:\nType \"scoop [something]\" and press Tab key will cycle completion items, Ctrl+Space will trigger menu-completion.\n\nExample:\n```powershell\nscoop ins[Press Tab]\nscoop install py[Press Ctrl+Space]\nscoop uninstall [Press Ctrl+Space]\n```\n\n---\n\nUninstall:\n```powershell\nscoop uninstall scoop-completion\n```\nThen, modify *$Profile* to remove initialization calls\n\n---\n\nInstall from PSGallery **(deprecated)**:\n```powershell\nInstall-Module -AllowClobber -Name scoop-completion -Scope CurrentUser\nImport-Module scoop-completion\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMoeologist%2Fscoop-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMoeologist%2Fscoop-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMoeologist%2Fscoop-completion/lists"}