2020-01-29 03:47:01 +00:00
|
|
|
# macOS Preferences Manager
|
|
|
|
|
2021-01-28 02:22:20 +00:00
|
|
|
This project is a WIP.
|
2020-01-29 03:47:01 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2021-01-25 18:47:51 +00:00
|
|
|
Currently available commands:
|
|
|
|
|
2020-01-29 03:47:01 +00:00
|
|
|
```
|
2021-01-25 18:47:51 +00:00
|
|
|
> prefmanager --help
|
|
|
|
|
2021-01-28 02:22:20 +00:00
|
|
|
macOS Preferences Manager - a utility for working with macOS preferences.
|
2021-01-25 18:47:51 +00:00
|
|
|
|
|
|
|
Usage: prefmanager COMMAND
|
|
|
|
|
|
|
|
Available options:
|
|
|
|
-h,--help Show this help text
|
|
|
|
|
|
|
|
Available commands:
|
2021-01-28 02:22:20 +00:00
|
|
|
watch Watch domain(s) for changes.
|
|
|
|
domains List all domains.
|
|
|
|
keys List the current keys in a domain.
|
2021-01-25 18:47:51 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Watch functionality:
|
|
|
|
|
|
|
|
```
|
|
|
|
> prefmanager watch --help
|
|
|
|
|
2020-01-29 03:47:01 +00:00
|
|
|
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
|
|
|
|
```
|
2021-01-25 18:47:51 +00:00
|
|
|
|
|
|
|
![Watch command example](./screenshot.png)
|