Metadata-Version: 2.4
Name: bookmark-replace
Version: 0.1.0
Summary: A tool to batch replace domains in bookmarks (HTML or Chrome JSON).
Author: EdgeLordKirito
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Bookmark Domain Replace

A Python CLI tool to batch replace domains in browser bookmarks (HTML exports or Chrome JSON files).

## Features
- Replace only the **domain part** of URLs
- Supports **shorthand replacements** (like `.com`)
- Dry-run mode to preview changes
- Optional in-place modification

## Example Usage

Dry-run:
```bash
bookmark-domain-replace bookmarks.html --target amazon.de --replace .com --dry

bookmark-domain-replace bookmarks.html --target amazon.de --replace .com

bookmark-domain-replace bookmarks.html --target amazon.de --replace .com --inplace
```
