Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatsjustcheesy/defaults-edit
Graphical user defaults editor for macOS
https://github.com/thatsjustcheesy/defaults-edit
gui macos swift user-defaults
Last synced: about 1 month ago
JSON representation
Graphical user defaults editor for macOS
- Host: GitHub
- URL: https://github.com/thatsjustcheesy/defaults-edit
- Owner: ThatsJustCheesy
- License: mit
- Created: 2019-07-17T18:09:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T19:31:25.000Z (4 months ago)
- Last Synced: 2024-11-18T09:33:18.903Z (about 1 month ago)
- Topics: gui, macos, swift, user-defaults
- Language: Swift
- Homepage:
- Size: 2.65 MB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# defaults edit
A graphical user defaults editor for macOS.
## Get it
Or on the command line:
```sh
brew install thatsjustcheesy/tap/defaults-edit
```## 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### Screenshots
![Viewing a nested dictionary](Screenshots/1.png)
![Defaults effective in domain, with filtering](Screenshots/2.png)
![Adding a default](Screenshots/3.png)
![Available property list types](Screenshots/4.png)## Todos
- Ability to add items to arrays and dictionaries
- Implement Rename, which moves value to new key
- Duplicate, which copies value to new key