Skip to content

Instantly share code, notes, and snippets.

@grokcodile
Last active October 26, 2015 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grokcodile/b65c3dff448a7b609b2d to your computer and use it in GitHub Desktop.
Save grokcodile/b65c3dff448a7b609b2d to your computer and use it in GitHub Desktop.
Open Hidden iCloud Drive Info Window
# Opens the "Git Info" window for the hidden iCloud Drive
osascript -e 'tell application "Finder" to open information window of (POSIX file ("/Users/" & short user name of (system info) & "/Library/Mobile Documents/com~apple~CloudDocs") as alias)'

Copy and paste the command above into the terminal app.

  • You can then add an iCloud Drive shortcut icon to the Dock or Desktop by dragging and dropping the preview icon, from the info window to the Dock, or hold + option key and drag to the Desktop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment