cadadr / checkbookmarks

Firefox bookmarks health checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Firefox bookmarks health checker

License:GNU General Public License v3.0


Languages

Language:Python 100.0%