Created
December 1, 2015 15:34
-
-
Save a2/cecc96789c9a357287f6 to your computer and use it in GitHub Desktop.
Most Visited Safari Sites
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
| sqlite3 -column ~/Library/Safari/history.db 'SELECT "visit_count", "url" FROM "history_items" ORDER BY "visit_count" DESC LIMIT 5;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment