https://github.com/tylerleonhardt/macosdefaultscompleter
Argument completer for macOS's defaults utility!
https://github.com/tylerleonhardt/macosdefaultscompleter
command-line completer defaults macos powershell terminal
Last synced: 11 months ago
JSON representation
Argument completer for macOS's defaults utility!
- Host: GitHub
- URL: https://github.com/tylerleonhardt/macosdefaultscompleter
- Owner: TylerLeonhardt
- License: mit
- Created: 2019-07-19T23:49:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T04:19:47.000Z (over 5 years ago)
- Last Synced: 2025-03-10T18:15:18.254Z (11 months ago)
- Topics: command-line, completer, defaults, macos, powershell, terminal
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/macOSdefaultsCompleter
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Argument completer for macOS's `defaults` utility
[](https://dev.azure.com/TylerLeonhardt/macOSdefaultsCompleter/_build/latest?definitionId=5&branchName=master)
[](https://www.powershellgallery.com/packages/macOSdefaultsCompleter)
[](https://www.powershellgallery.com/packages/macOSdefaultsCompleter)
[](https://www.powershellgallery.com/packages/macOSdefaultsCompleter)
Powered by [TabExpansionPlusPlus](https://github.com/lzybkr/TabExpansionPlusPlus). Works in PowerShell 6 and up.
Grab it from the PowerShell Gallery:
```pwsh
Install-Module macOSdefaultsCompleter
```
If you don't have PowerShell already, grab the cross-platform version of it [from GitHub](https://github.com/PowerShell/PowerShell)!
## What's inside
> All you have to do is hit TAB 😎
### Completion of sub-commands with docs

NOTE: to get this view, bind `MenuComplete` to something like `Alt+Spacebar`!:
```pwsh
Set-PSReadLineKeyHandler Alt+Spacebar -Function MenuComplete
```
### Completion of `domains`

### Completion of keys within `domains`

And more!