1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00
prefmanager/README.md
2021-01-25 10:55:47 -08:00

850 B

macOS Preferences Manager

This project is a WIP, currently only watching functionality has been implemented.

Usage

Currently available commands:

> prefmanager --help

macOS Preferences Manager - a utility for working with macOS preferences

Usage: prefmanager COMMAND

Available options:
  -h,--help                Show this help text

Available commands:
  watch                    Watch domain(s) for changes
  domains                  List all domains

Watch functionality:

> prefmanager watch --help

Usage: prefmanager watch (DOMAIN... | (-a|--all))
  Watch domain(s) for changes

Available options:
  DOMAIN...                Domain(s) that will be watched
  -a,--all                 Watch all domains including NSGlobalDomain
  -h,--help                Show this help text

Watch command example