From ea6e2f50b9a5929ffba7a25903d025d79c4b5825 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 17:50:45 +0200 Subject: [PATCH] Add AirDrop category and entry --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 16d6c64..14ec937 100644 --- a/README.md +++ b/README.md @@ -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