Show OSX download history
To view a complete history of every file your Mac has downloaded, you can use this simple command:
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineAgentName,LSQuarantineDataURLString from LSQuarantineEvent' |less
The first column (LSQuarantineAgentName) shows the app that has downloaded the file, the second column (LSQuarantineDataURLString) instead shows the file downloaded.
Written by Mauro Barincelli
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Terminal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#