Skip to content

Instantly share code, notes, and snippets.

@a2
Created December 1, 2015 15:34
Show Gist options
  • Select an option

  • Save a2/cecc96789c9a357287f6 to your computer and use it in GitHub Desktop.

Select an option

Save a2/cecc96789c9a357287f6 to your computer and use it in GitHub Desktop.
Most Visited Safari Sites
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