Skip to content

Instantly share code, notes, and snippets.

@damiann
Created January 19, 2013 08:24
Show Gist options
  • Save damiann/4571410 to your computer and use it in GitHub Desktop.
Save damiann/4571410 to your computer and use it in GitHub Desktop.
# Show Mac download log file contents
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEvents* 'select LSQuarantineDataURLString from LSQuarantineEvent'
# Clear Mac download log file contents
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEvents* 'delete from LSQuarantineEvent'
# Remove default
defaults write com.apple.LaunchServices LSQuarantine -bool NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment