{"id":15355194,"url":"https://github.com/sake92/mill-powershell-completion","last_synced_at":"2025-03-27T19:24:52.697Z","repository":{"id":92665329,"uuid":"497640696","full_name":"sake92/mill-powershell-completion","owner":"sake92","description":"Basic TAB completion for Mill in PowerShell","archived":false,"fork":false,"pushed_at":"2023-11-22T08:34:48.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T22:16:32.013Z","etag":null,"topics":["mill","scala"],"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/sake92.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}},"created_at":"2022-05-29T16:08:50.000Z","updated_at":"2022-07-17T09:34:59.000Z","dependencies_parsed_at":"2023-03-05T09:30:54.428Z","dependency_job_id":null,"html_url":"https://github.com/sake92/mill-powershell-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fmill-powershell-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fmill-powershell-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fmill-powershell-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fmill-powershell-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sake92","download_url":"https://codeload.github.com/sake92/mill-powershell-completion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245908760,"owners_count":20692161,"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":["mill","scala"],"created_at":"2024-10-01T12:23:04.024Z","updated_at":"2025-03-27T19:24:52.671Z","avatar_url":"https://github.com/sake92.png","language":"PowerShell","readme":"# mill-powershell-completion\n\nBasic TAB completion for Mill in PowerShell\n\n\n1. Create profile if doesnt exist and open it:\n```powershell\nif (!(Test-Path -Path $PROFILE.CurrentUserAllHosts)) {\n  New-Item -ItemType File -Path $PROFILE.CurrentUserAllHosts -Force\n}\n\nii $PROFILE.CurrentUserAllHosts\n```\n\n2. Copy the contents of the `profile.ps1` script into your profile.  \nClose the file.\n\n3. Open a fresh PowerShell console\n\n4. Enter a Mill project folder, type `mill` and hit `TAB` !\n\n\n---\nYou might need to enable the scripts execution policy, if you get an error after updating the profile file:\n```powershell\nSet-ExecutionPolicy -ExecutionPolicy RemoteSigned\n```\n\n\nUseful links:\n- https://dev.to/ofhouse/add-a-bash-like-autocomplete-to-your-powershell-4257\n- https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/ise/how-to-use-profiles-in-windows-powershell-ise\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsake92%2Fmill-powershell-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsake92%2Fmill-powershell-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsake92%2Fmill-powershell-completion/lists"}