4 个稳定版本
1.4.0 | 2022 年 12 月 13 日 |
---|---|
1.3.0 | 2022 年 12 月 13 日 |
1.2.0 | 2022 年 12 月 13 日 |
1.1.0 | 2022 年 12 月 13 日 |
3 在 #netscape 中
9KB
135 代码行
netscape-to-universal
一种简单的转换软件,可以从 Netscape HTML 文件导入您的书签。目标格式是通用书签管理器使用的格式。
用法
- 使用您的浏览器将书签导出为 HTML。
- 请确保已安装 Rust 并运行
cargo install netscape-to-universal
。 - 运行
netscape-to-universal <input_file> >> <output_file>
,其中<input_file>
是 HTML 文件的路径,而<output_file>
是书签文件的路径(通常位于 ~/.local/share/bookmarking/bookmarks)。 - 检查书签文件,并编辑任何不适用的标签。
- 完成后,可以选择使用
cargo uninstall netscape-to-universal
删除转换软件。
有关文件格式的详细说明,请参阅 规范。
依赖项
~4.5–10MB
~103K SLoC