Skip to content

Instantly share code, notes, and snippets.

@cmenscher
Created January 18, 2013 20:18
Show Gist options
  • Save cmenscher/4568146 to your computer and use it in GitHub Desktop.
Save cmenscher/4568146 to your computer and use it in GitHub Desktop.
This command will clear out the LaunchServices QuarantineEvents log, which is a log of every file you choose to download (i.e. "Save as...") in any browser in OSX. I recommend purchasing Lingon from the App Store and having this command run every day to keep it clean. (more info at http://www.macgasm.net/2013/01/18/good-morning-your-mac-keeps-a-…
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'delete from LSQuarantineEvent'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment