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

Update readme

This commit is contained in:
Malo Bourgon 2020-01-28 19:47:01 -08:00
parent 86cf3dd056
commit bf52c3e555

View file

@ -1 +1,15 @@
# defaults-manager
# macOS Preferences Manager
This project is a WIP, currently only basic watching functionality has been implemented.
## Usage
```
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
```