Skip to content

jhh/netscape-bookmark-converter

Repository files navigation

Netscape Bookmark Converter

A Python tool to convert bookmark export files in Netscape bookmark format into JSON.

Requirements

  1. Clone this repository and cd netscape-bookmark-converter.
  2. Create a Python 3 virtual environment in the project directory: python3 -m venv venv.
  3. Activate virtual environment using script in the venv's script directory. See Python documentation page.
  4. Install dependencies: pip install -r requirements.txt.
  5. Get usage instructions: ./convert-bookmarks.py -h

Usage

$ ./convert-bookmarks.py -h
usage: convert-bookmarks.py [-h] [-t tag] [filename [filename ...]]

Convert Netscape bookmarks to JSON

positional arguments:
  filename

optional arguments:
  -h, --help         show this help message and exit
  -t tag, --tag tag  add tag to bookmarks

License

See the LICENSE file for license rights and limitations (MIT).