Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatsJustCheesy authored Jul 17, 2019
1 parent 4d6aea5 commit fa783cc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
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.

0 comments on commit fa783cc

Please sign in to comment.