Add Contacts category and entry

This commit is contained in:
Marcel Bischoff 2016-01-14 03:51:46 +01:00
parent aa6640d878
commit 65e705919c

View File

@ -18,6 +18,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso
- [Applications](#applications) - [Applications](#applications)
- [App Store](#app-store) - [App Store](#app-store)
- [Apple Remote Desktop](#apple-remote-desktop) - [Apple Remote Desktop](#apple-remote-desktop)
- [Contacts](#contacts)
- [iTunes](#itunes) - [iTunes](#itunes)
- [Mail](#mail) - [Mail](#mail)
- [Safari](#safari) - [Safari](#safari)
@ -145,6 +146,17 @@ rm -r ~/Library/Application\ Support/Remote\ Desktop/ ; \
rm -r ~/Library/Containers/com.apple.RemoteDesktop rm -r ~/Library/Containers/com.apple.RemoteDesktop
``` ```
### Contacts
#### Debug Mode
```bash
# Enable
defaults write com.apple.addressbook ABShowDebugMenu -bool true
# Disable (Default)
defaults write com.apple.addressbook ABShowDebugMenu -bool false
```
### iTunes ### iTunes
#### Keyboard Media Keys #### Keyboard Media Keys