Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 701 Bytes

Readme.org

File metadata and controls

33 lines (24 loc) · 701 Bytes

Firefox Bookmarks Health Checker

Description

Tool for checking the health of Firefox bookmarks. Reports rotten links, and brief statistics.

Usage

Requirements

A standard Python 3 environment should suffice.

Running

Make a copy of the Firefox places database in the repo root:

cp $HOME/.mozilla/firefox/<your-profile>/places.sqlite .

Run the following command line.

python3 checkbookmarks.py places.sqlite

For further instructions on how to use the script, consult its command line help as such:

python3 checkbookmarks.py -h