Skip to content

Instantly share code, notes, and snippets.

@simonw
Last active June 19, 2018 18:42
Show Gist options
  • Save simonw/6d4221250e33ed596447e7d9b4fb4caa to your computer and use it in GitHub Desktop.
Save simonw/6d4221250e33ed596447e7d9b4fb4caa 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