Get Browser-Bookmark Checker running in minutes!
# Clone the repository
git clone https://github.com/VoxHash/BrowserBookmarkChecker.git
cd BrowserBookmarkChecker
# Install dependencies
pip install -r requirements.txtLaunch the graphical interface:
python -m bookmark_checkerOr use the convenience script:
./scripts/run_gui.shQuick Steps:
- Click Import Files or drag & drop bookmark files
- Adjust Similarity slider (0-100, default 85)
- Click Find & Merge to deduplicate
- Review results in the table
- Click Export Merged to save HTML and CSV reports
Merge bookmarks from command line:
python -m bookmark_checker \
--input file1.html file2.json \
--out merged_bookmarks.html \
--similarity 85- Read the Usage Guide for detailed workflows
- Check Examples for common use cases
- See Configuration for advanced options