Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 598 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 598 Bytes

onetab-to-bookmarks

Convert a OneTab bookmark export to the standard HTML bookmark export format

Requires Python3.

usage: onetab_to_bookmarks.py [-h] [--input_file [INPUT_FILE]]
                              [--output_file [OUTPUT_FILE]]

Convert OneTab export to HTML bookmarks

optional arguments:
  -h, --help            show this help message and exit
  --input_file [INPUT_FILE]
                        Path to OneTab file. STDIN if omitted.
  --output_file [OUTPUT_FILE]
                        Path to bookmarks file. STDOUT if omitted

(c) Brian Landers <[email protected]>