diff --git a/README.md b/README.md index 32faab7..a7d2791 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ A graphical user defaults editor for macOS. - 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 - UI to edit the global domain - Ability to add arrays and dictionaries diff --git a/Screenshots/1.png b/Screenshots/1.png new file mode 100644 index 0000000..03f78ee Binary files /dev/null and b/Screenshots/1.png differ diff --git a/Screenshots/2.png b/Screenshots/2.png new file mode 100644 index 0000000..953ff76 Binary files /dev/null and b/Screenshots/2.png differ diff --git a/Screenshots/3.png b/Screenshots/3.png new file mode 100644 index 0000000..0ad2fa0 Binary files /dev/null and b/Screenshots/3.png differ diff --git a/Screenshots/4.png b/Screenshots/4.png new file mode 100644 index 0000000..9d18c44 Binary files /dev/null and b/Screenshots/4.png differ