No description
Find a file
2024-06-09 17:55:31 +09:00
src/browser_history_merger Fix firefox time filtering 2024-06-09 17:51:28 +09:00
.gitignore init commit with init add subcommands 2024-06-07 18:07:10 +09:00
.python-version init commit with init add subcommands 2024-06-07 18:07:10 +09:00
CHANGELOG.md update documents 2024-06-09 17:13:57 +09:00
pyproject.toml init commit with init add subcommands 2024-06-07 18:07:10 +09:00
README.md add Todo to README 2024-06-09 17:55:31 +09:00
requirements-dev.lock add Firefox support 2024-06-09 17:02:02 +09:00
requirements.lock add Firefox support 2024-06-09 17:02:02 +09:00

browser-history-merger

Merge browser histories into a single database.

Usage

Initialization

For the first execution on each device and browser, do

browser-history-merger path/to/merged.db init browser-id /abs/path/to/browser/history/database

browser-id should be unique to identify browser and machine.

Add histories

Then add histories to the database by

browser-history-merger path/to/merged.db add browser-id

Supported environments

Python 3.12 (works with standard libraries only)

  • Chromium
    • Tested:
      • chrome on windows, linux
      • brave on windows, linux
      • vivaldi on linux
  • Firefox
    • Tested:
      • firefox on windows

Tips

The program is a single file ./src/browser_history_merger/__init__.py and can be used as a script.

Todo

  • exporting
    • JSON output
    • browser list
  • multiple profiles?