Back to browse
GitHub Repository

Tool to extract/modify browser bookmark files

2 starsCommon Lisp

Bookmark Tool in Common Lisp

by landdate·Apr 17, 2026·2 points·0 comments

AI Analysis

MidCozy

Common Lisp bookmark converter when browser sync already handles this.

Strengths
  • Regex field modification on path, url, host, proto, folder-path, name
  • Duplicate detection across multiple field choices for flexible deduplication
  • Easy filter extension via documented function pattern in source code
Weaknesses
  • Zero stars, no binary releases — requires SBCL and Quicklisp setup
  • Browser sync and extensions already solve cross-device bookmark management
Target Audience

Power users managing bookmarks across multiple browsers

Similar To

Bookmark Manager · Xmarks · Raindrop.io

Post Description

Small cli program I made to convert and modify bookmark files. Supports converting between json and netscape bookmark file format (default formatted exported by chrome/firefox).

I created this because I have a lot of bookmarks across devices that I want to batch edit/delete and I can't always just directly modify the local browser db.

Not many filters implemented so far, but I made it easy to add filters see: https://github.com/ediw8311xht/cl-bookmark-tool/blob/main/sr...

Similar Projects