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)
|
- [Find](#find)
|
||||||
- [Locate](#locate)
|
- [Locate](#locate)
|
||||||
- [System](#system)
|
- [System](#system)
|
||||||
|
- [AirDrop](#airdrop)
|
||||||
- [AppleScript](#applescript)
|
- [AppleScript](#applescript)
|
||||||
- [Basics](#basics)
|
- [Basics](#basics)
|
||||||
- [Clipboard](#clipboard)
|
- [Clipboard](#clipboard)
|
||||||
@ -696,6 +697,13 @@ locate -i *.jpg
|
|||||||
|
|
||||||
## System
|
## System
|
||||||
|
|
||||||
|
### AirDrop
|
||||||
|
|
||||||
|
#### Enable AirDrop over Ethernet and on Unsupported Macs
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
|
||||||
|
```
|
||||||
|
|
||||||
### AppleScript
|
### AppleScript
|
||||||
|
|
||||||
#### Execute AppleScript
|
#### Execute AppleScript
|
||||||
|
Loading…
Reference in New Issue
Block a user