/checkbookmarks

Firefox bookmarks health checker

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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