netscape-to-universal

Crates.ionetscape-to-universal
lib.rsnetscape-to-universal
version1.4.0
sourcesrc
created_at2022-12-13 10:21:23.696406
updated_at2022-12-13 20:52:10.885858
descriptionA Netscape bookmarks converter for the universal bookmark manager
homepage
repositoryhttps://github.com/devgioele/universal-bookmark-manager
max_upload_size
id735738
size28,988
Gioele De Vitti (devgioele)

documentation

README

netscape-to-universal

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.

Usage

  1. Use your browser to export the bookmarks as HTML.
  2. Make sure you have Rust installed and run cargo install netscape-to-universal.
  3. Run 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).
  4. Review the bookmarks file and edit any tags that you find inappropriate.
  5. Optionally, remove the conversion software with cargo uninstall netscape-to-universal once you are done.

For a detailed description of the file formats, see the specification.

Commit count: 22

cargo fmt