A simple conversion software to import your bookmarks from a Netscape HTML file. The target format is the one used by the universal bookmark manager.
cargo install netscape-to-universal
.netscape-to-universal <input_file> >> <output_file>
, where <input_file>
is the path to the HTML file
and <output_file>
is the path to the bookmarks file (usually located at ~/.local/share/bookmarking/bookmarks).cargo uninstall netscape-to-universal
once you are done.For a more detailed description, see the file format specification.