{"id":15418334,"url":"https://github.com/tylerleonhardt/macosdefaultscompleter","last_synced_at":"2026-04-18T00:01:49.212Z","repository":{"id":80178472,"uuid":"197856320","full_name":"TylerLeonhardt/macOSdefaultsCompleter","owner":"TylerLeonhardt","description":"Argument completer for macOS's defaults utility!","archived":false,"fork":false,"pushed_at":"2020-06-29T04:19:47.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T03:42:52.165Z","etag":null,"topics":["command-line","completer","defaults","macos","powershell","terminal"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/macOSdefaultsCompleter","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/TylerLeonhardt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-07-19T23:49:24.000Z","updated_at":"2021-03-07T23:34:05.000Z","dependencies_parsed_at":"2023-03-08T01:45:16.732Z","dependency_job_id":null,"html_url":"https://github.com/TylerLeonhardt/macOSdefaultsCompleter","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"0f8bc98dd3b535e6a12326a9d4fc4ef889f8c422"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TylerLeonhardt/macOSdefaultsCompleter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerLeonhardt%2FmacOSdefaultsCompleter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerLeonhardt%2FmacOSdefaultsCompleter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerLeonhardt%2FmacOSdefaultsCompleter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerLeonhardt%2FmacOSdefaultsCompleter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TylerLeonhardt","download_url":"https://codeload.github.com/TylerLeonhardt/macOSdefaultsCompleter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerLeonhardt%2FmacOSdefaultsCompleter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["command-line","completer","defaults","macos","powershell","terminal"],"created_at":"2024-10-01T17:20:23.581Z","updated_at":"2026-04-18T00:01:49.184Z","avatar_url":"https://github.com/TylerLeonhardt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argument completer for macOS's `defaults` utility\n\n[![Build Status](https://dev.azure.com/TylerLeonhardt/macOSdefaultsCompleter/_apis/build/status/TylerLeonhardt.macOSdefaultsCompleter?branchName=master)](https://dev.azure.com/TylerLeonhardt/macOSdefaultsCompleter/_build/latest?definitionId=5\u0026branchName=master)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/macOSdefaultsCompleter.svg)](https://www.powershellgallery.com/packages/macOSdefaultsCompleter)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/macOSdefaultsCompleter.svg)](https://www.powershellgallery.com/packages/macOSdefaultsCompleter)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/p/macOSdefaultsCompleter.svg)](https://www.powershellgallery.com/packages/macOSdefaultsCompleter)\n\nPowered by [TabExpansionPlusPlus](https://github.com/lzybkr/TabExpansionPlusPlus). Works in PowerShell 6 and up.\n\nGrab it from the PowerShell Gallery:\n\n```pwsh\nInstall-Module macOSdefaultsCompleter\n```\n\nIf you don't have PowerShell already, grab the cross-platform version of it [from GitHub](https://github.com/PowerShell/PowerShell)!\n\n## What's inside\n\n\u003e All you have to do is hit TAB 😎\n\n### Completion of sub-commands with docs\n\n![Completion of sub-commands with docs](https://user-images.githubusercontent.com/2644648/61571200-abe73600-aa46-11e9-9364-d2b965fd4db0.png)\n\nNOTE: to get this view, bind `MenuComplete` to something like `Alt+Spacebar`!:\n\n```pwsh\nSet-PSReadLineKeyHandler Alt+Spacebar -Function MenuComplete\n```\n\n### Completion of `domains`\n\n![Completion of domains](https://user-images.githubusercontent.com/2644648/61571250-f10b6800-aa46-11e9-8fe7-bc991dd34cc2.png)\n\n### Completion of keys within `domains`\n\n![Completion of keys within domains](https://user-images.githubusercontent.com/2644648/61571287-18623500-aa47-11e9-830c-338e8fa475e4.png)\n\nAnd more!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerleonhardt%2Fmacosdefaultscompleter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerleonhardt%2Fmacosdefaultscompleter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerleonhardt%2Fmacosdefaultscompleter/lists"}