Skip to content

Instantly share code, notes, and snippets.

@BrendanThompson
Created October 16, 2014 11:04
Show Gist options
  • Save BrendanThompson/e39c1085aaaeaa2373c8 to your computer and use it in GitHub Desktop.
Save BrendanThompson/e39c1085aaaeaa2373c8 to your computer and use it in GitHub Desktop.
List everything you've ever downloaded OSX
#!/bin/sh
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent' |more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment