Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# defaults edit

A graphical user defaults editor for macOS.

## Get it

Get it on Overt, an open app store

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