项目作者: james-cube

项目描述 :
Tool for removing duplicate bookmarks and merge directories in firefox json bookmarks backup
高级语言: Python
项目地址: git://github.com/james-cube/firefox-bookmarks-deduplicator.git
创建时间: 2017-08-18T12:40:13Z
项目社区:https://github.com/james-cube/firefox-bookmarks-deduplicator

开源协议:MIT License

下载


Build Status

firefox-bookmarks-deduplicator

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.

  1. Removes duplicate bookmakrs
  2. Merges directories with same name.

Usage

How to backup/restore firefox bookmarks? (up to date with Firefox 54)

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.

How to use the tool?

python firefox_bookmarks_deduplicator --file bookmarks-20XX-XX-XX.json --output cleaned.json

All program arguments

  1. usage: firefox_bookmarks_deduplicator [-h] --file FILE --output OUTPUT
  2. optional arguments:
  3. -h, --help show this help message and exit
  4. --file FILE File to process
  5. --output OUTPUT Output file

My other tools

Firefox Session Merger

Firefox Bookmarks Merger