1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00
WIP tool for managing macOS defaults.
Find a file
2024-03-25 12:13:21 -07:00
.github/workflows Update to latest version of GitHub actions used 2024-03-25 12:13:21 -07:00
app Remove periods 2023-06-28 18:42:22 -07:00
src Limit number of concurrent threads to avoid running out of file descriptors 2023-06-28 11:36:22 -07:00
test Initial commit 2020-01-28 19:42:00 -08:00
.gitignore Improve watch output, and simplify nix configuration 2021-01-25 10:39:15 -08:00
ChangeLog.md Initial commit 2020-01-28 19:42:00 -08:00
constants.nix Update to GHC 9.6.4 2024-03-25 12:11:37 -07:00
default.nix Update to use Nix flakes 2021-01-13 21:33:22 -08:00
flake.lock Update to GHC 9.6.4 2024-03-25 12:11:37 -07:00
flake.nix Build shell completions 2023-06-28 18:02:44 -07:00
hie.yaml Update inputs, and move to GHC 8.10.7 2021-10-04 12:56:24 -07:00
LICENSE Initial commit 2020-01-28 19:42:00 -08:00
package.yaml Add commandline domain completions 2023-06-28 18:34:44 -07:00
prefmanager.cabal Add commandline domain completions 2023-06-28 18:34:44 -07:00
README.md Add keys command, and refactor with Relude 2021-01-27 18:22:20 -08:00
screenshot.png Update readme 2021-01-25 10:55:47 -08:00
shell.nix Update to use Nix flakes 2021-01-13 21:33:22 -08:00
stack.nix Add support for multiple GHC versions 2023-06-28 16:24:31 -07:00
stack.yaml Update to GHC 9.6.4 2024-03-25 12:11:37 -07:00
stack.yaml.lock Update to GHC 9.6.4 2024-03-25 12:11:37 -07:00

macOS Preferences Manager

This project is a WIP.

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.
  keys                     List the current keys in a domain.

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