Skip to content

TylerLeonhardt/macOSdefaultsCompleter

Repository files navigation

Argument completer for macOS's defaults utility

Build Status PowerShell Gallery PowerShell Gallery PowerShell Gallery

Powered by TabExpansionPlusPlus. Works in PowerShell 6 and up.

Grab it from the PowerShell Gallery:

Install-Module macOSdefaultsCompleter

If you don't have PowerShell already, grab the cross-platform version of it from GitHub!

What's inside

All you have to do is hit TAB 😎

Completion of sub-commands with docs

Completion of sub-commands with docs

NOTE: to get this view, bind MenuComplete to something like Alt+Spacebar!:

Set-PSReadLineKeyHandler Alt+Spacebar -Function MenuComplete

Completion of domains

Completion of domains

Completion of keys within domains

Completion of keys within domains

And more!