-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d6aea5
commit fa783cc
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |