Created
February 16, 2021 01:44
-
-
Save xnuk/0805ddfde871850f3aaf87384c4898e7 to your computer and use it in GitHub Desktop.
Full Disk Access for your favourite terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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