Add Contacts category and entry
This commit is contained in:
parent
aa6640d878
commit
65e705919c
12
README.md
12
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user