Tool for removing duplicate bookmarks and merge directories in firefox json bookmarks backup
Tool for cleaning up firefox bookmarks backups. Designed for people who don’t want to do that using firefox plugins. My personal use case is merging and versioning backups from many computers, while not using cloud based solutions like Sync.
In top menu Bookmarks
under Show All Bookmarks
there is button Import and Backup
which allows you to perform those operations either using json
or html
file. This module uses and generates json
backups.
python firefox_bookmarks_deduplicator --file bookmarks-20XX-XX-XX.json --output cleaned.json
usage: firefox_bookmarks_deduplicator [-h] --file FILE --output OUTPUT
optional arguments:
-h, --help show this help message and exit
--file FILE File to process
--output OUTPUT Output file