1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00
prefmanager/README.md

40 lines
855 B
Markdown
Raw Normal View History

2020-01-29 03:47:01 +00:00
# macOS Preferences Manager
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
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:
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)