/reading-list-converter

rlconv is a cli tool to convert an exported reading list into other format that is importable.

Primary LanguageRustApache License 2.0Apache-2.0

reading-list-converter

Rust CI

rlconv is a cli tool to convert an exported reading list into other format that is importable.

Usage

rlconv --input pocket.html --input-format Pocket \
       --output safari.html --output-format Safari

Build

cargo build --release