Skip to content

Instantly share code, notes, and snippets.

@gregorynicholas
Forked from simonw/datasettes-osx.md
Created June 19, 2018 18:42
Show Gist options
  • Save gregorynicholas/210490c3ebfcc3151497ff659df281f4 to your computer and use it in GitHub Desktop.
Save gregorynicholas/210490c3ebfcc3151497ff659df281f4 to your computer and use it in GitHub Desktop.
Some interesting datasettes on OS X

Not sure what these are:

datasette ~/Library/Suggestions/*.db

Safari stuff:

datasette ~/Library/Safari/*.db

Your desktop background:

datasette ~/Library/Application\ Support/Dock/desktoppicture.db

Firefox:

datasette ~/Library/Application\ Support/Firefox/Profiles/*/*.sqlite

Find every SQLite database in ~/Library:

find ~/Library -print0 | xargs -0 file | grep 'SQLite 3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment