4 stable releases
1.4.0 | Dec 13, 2022 |
---|---|
1.3.0 | Dec 13, 2022 |
1.2.0 | Dec 13, 2022 |
1.1.0 | Dec 13, 2022 |
#3 in #netscape
9KB
135 lines
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
- Use your browser to export the bookmarks as HTML.
- Make sure you have Rust installed and run
cargo install netscape-to-universal
. - 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). - Review the bookmarks file and edit any tags that you find inappropriate.
- 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.
Dependencies
~4.5–10MB
~103K SLoC