Skip to content

Instantly share code, notes, and snippets.

@xnuk
Created February 16, 2021 01:44
Show Gist options
  • Save xnuk/0805ddfde871850f3aaf87384c4898e7 to your computer and use it in GitHub Desktop.
Save xnuk/0805ddfde871850f3aaf87384c4898e7 to your computer and use it in GitHub Desktop.
Full Disk Access for your favourite terminal
tell application "System Preferences"
activate
reveal anchor "Privacy_AllFiles" of pane id "com.apple.preference.security"
display dialog "Mark your favourite terminal app to give Full Disk Access." buttons {"Got it"} default button 1
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment