Last active
December 11, 2015 08:08
-
-
Save ghoseb/4571123 to your computer and use it in GitHub Desktop.
Check out what was the first item that you ever downloaded on your Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Open a SQLite shell by issuing the command below | |
-- sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* | |
select LSQuarantineDataURLString from LSQuarantineEvent order by LSQuarantineTimeStamp asc limit 1; | |
-- For me, it's GNU Emacs. | |
-- sqlite> select LSQuarantineDataURLString from LSQuarantineEvent order by LSQuarantineTimeStamp asc limit 1; | |
-- http://bandwidth.porkrind.org/emacs-builds/Emacs-24.2-universal-10.6.8.dmg |
sqlite> select LSQuarantineDataURLString from LSQuarantineEvent order by LSQuarantineTimeStamp asc limit 1;
http://bandwidth.porkrind.org/emacs-builds/Emacs-24.2-universal-10.6.8.dmg
But i am pretty sure the first thing I downloaded/installed was homebrew and osxmonad . It was done via git / curl so i guess they dont show up here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sqlite> select LSQuarantineDataURLString from LSQuarantineEvent order by LSQuarantineTimeStamp asc limit 2;
http://news.google.com/?output=rss
http://bandwidth.porkrind.org/emacs-builds/Emacs-24.1-universal-10.6.8.dmg
sqlite>