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
2020-10-08 13:08:27 -07:00
.github/workflows Add Nix build and cache workflow 2020-10-08 13:08:27 -07:00
app Add list-domains command 2020-08-21 16:33:46 -07:00
nix Update to GHC 8.8.4 and switch to haskell.nix for nix builds 2020-10-08 10:48:59 -07:00
src Add "Watching..." message when watching starts 2020-02-28 15:41:38 -08:00
test Initial commit 2020-01-28 19:42:00 -08:00
.gitignore Update to GHC 8.8.4 and switch to haskell.nix for nix builds 2020-10-08 10:48:59 -07:00
ChangeLog.md Initial commit 2020-01-28 19:42:00 -08:00
default.nix Update to GHC 8.8.4 and switch to haskell.nix for nix builds 2020-10-08 10:48:59 -07:00
LICENSE Initial commit 2020-01-28 19:42:00 -08:00
package.yaml Initial commit 2020-01-28 19:42:00 -08:00
prefmanager.cabal Initial commit 2020-01-28 19:42:00 -08:00
README.md Update readme 2020-01-28 19:47:01 -08:00
shell.nix Update nix-shell to use haskell.nix 2020-10-08 12:14:28 -07:00
stack.yaml Update to GHC 8.8.4 and switch to haskell.nix for nix builds 2020-10-08 10:48:59 -07:00
stack.yaml.lock Update to GHC 8.8.4 and switch to haskell.nix for nix builds 2020-10-08 10:48:59 -07:00

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