Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cadeef/firefox-to-sqlite
Create an SQLite database from your Firefox data
https://github.com/cadeef/firefox-to-sqlite
datasette firefox sqlite
Last synced: 22 days ago
JSON representation
Create an SQLite database from your Firefox data
- Host: GitHub
- URL: https://github.com/cadeef/firefox-to-sqlite
- Owner: cadeef
- License: apache-2.0
- Created: 2023-08-27T20:28:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T04:55:41.000Z (10 months ago)
- Last Synced: 2024-10-10T22:21:31.944Z (about 1 month ago)
- Topics: datasette, firefox, sqlite
- Language: Python
- Homepage: https://firefox-to-sqlite.cade.pro
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Firefox *to* SQLite is a bit of a misnomer, Firefox stores history, bookmarks, etc. in
SQLite. `firefox-to-sqlite` aims to make it easy to find your Firefox data, provide
straight forward [views](https://firefox-to-sqlite.cade.pro/usage.html#Views) and [full-text
search](https://firefox-to-sqlite.cade.pro/usage.html#full-text-search) suitable for easy
queries without digging into the database schema.## Quick Start
### Install
```sh
pipx install firefox-to-sqlite
```Additional [install](https://firefox-to-sqlite.cade.pro/install.html) options available.
### Select profile
```sh
$ firefox-to-sqliteLast used (default) profile: 3Wg824N2.archer-patel
Profiles:
6Fz604Y8.faulkner-howard: active, in use
3YI440T9.martin: created, never used
3Wg824N2.archer-patel: active, in use, most recent, largest
5xs633W9.collins: broken, something doesn't seem quite right
```### Export
```sh
$ firefox-to-sqlite --profile✅ Database saved to firefox_places.sqlite
```