g0t4
Enables interaction with macOS system preferences via the 'defaults' command for querying and modifying configurations.
List all available macOS domains, same as `defaults domains`
Find entries container given word
use the `defaults read <domain> <key>` command
use the `defaults write <domain> <key> <value>` command
No additional configuration required