Skip to content

Instantly share code, notes, and snippets.

@jcouyang
Last active August 29, 2015 14:09
Show Gist options
  • Save jcouyang/0289802edf83b3aaeecc to your computer and use it in GitHub Desktop.
Save jcouyang/0289802edf83b3aaeecc to your computer and use it in GitHub Desktop.
清空 mac 历史下载记录

mac 记录了你的所有下载记录

sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'

> sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'
http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/20.0/mac/en-US/Firefox%2020.0.dmg
http://download.sparrowmailapp.com/appcast/Sparrow-latest.dmg

原来我有 mac 以来第一个下的东西是 firefox...

赶紧清空之

sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'delete from LSQuarantineEvent'

Analytics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment