From fa783cc12e30ce0522be15dbc5029c221215ed76 Mon Sep 17 00:00:00 2001 From: ThatsJustCheesy Date: Wed, 17 Jul 2019 14:25:39 -0400 Subject: [PATCH] Create README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32faab7 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# defaults-edit +A graphical user defaults editor for macOS. + +## Features +- Easily browse and search available domains +- Browse defaults in any domain, including contents of arrays and dictionaries +- Filter visible keys within domains +- Add and edit defaults with any primitive property list type: + - String + - Boolean + - Integer + - Real (float) + - Date + - Hex data +- Optionally, view all the defaults currently effective in a domain, regardless of where they are set + +## Todos +- UI to edit the global domain +- Ability to add arrays and dictionaries +- Ability to edit contents of arrays and dictionaries +- Implement Rename, which moves value to new key +- Duplicate, which copies value to new key + +## Bugs +- `com.apple.finder` doesn’t load properly. Will look into it… sometime.