Add AirDrop category and entry
This commit is contained in:
parent
9a3a7110c4
commit
ea6e2f50b9
@ -59,6 +59,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [Find](#find)
|
||||
- [Locate](#locate)
|
||||
- [System](#system)
|
||||
- [AirDrop](#airdrop)
|
||||
- [AppleScript](#applescript)
|
||||
- [Basics](#basics)
|
||||
- [Clipboard](#clipboard)
|
||||
@ -696,6 +697,13 @@ locate -i *.jpg
|
||||
|
||||
## System
|
||||
|
||||
### AirDrop
|
||||
|
||||
#### Enable AirDrop over Ethernet and on Unsupported Macs
|
||||
```bash
|
||||
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
|
||||
```
|
||||
|
||||
### AppleScript
|
||||
|
||||
#### Execute AppleScript
|
||||
|
Loading…
Reference in New Issue
Block a user