Crates.io | netscape-to-universal |
lib.rs | netscape-to-universal |
version | 1.4.0 |
source | src |
created_at | 2022-12-13 10:21:23.696406 |
updated_at | 2022-12-13 20:52:10.885858 |
description | A Netscape bookmarks converter for the universal bookmark manager |
homepage | |
repository | https://github.com/devgioele/universal-bookmark-manager |
max_upload_size | |
id | 735738 |
size | 28,988 |
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 detailed description of the file formats, see the specification.