Skip to content

Instantly share code, notes, and snippets.

@pietia
Last active December 14, 2015 20:09
Show Gist options
  • Save pietia/5141937 to your computer and use it in GitHub Desktop.
Save pietia/5141937 to your computer and use it in GitHub Desktop.
OSX keeps track of your downloads. Add this to ie. ~/.zshrc
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'
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