https://github.com/akiomik/reading-list-converter
rlconv is a cli tool to convert an exported reading list into other format that is importable.
https://github.com/akiomik/reading-list-converter
reading-list reading-lists rust
Last synced: 2 months ago
JSON representation
rlconv is a cli tool to convert an exported reading list into other format that is importable.
- Host: GitHub
- URL: https://github.com/akiomik/reading-list-converter
- Owner: akiomik
- License: apache-2.0
- Created: 2021-11-08T14:53:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T18:24:59.000Z (over 3 years ago)
- Last Synced: 2025-02-07T16:48:34.132Z (4 months ago)
- Topics: reading-list, reading-lists, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reading-list-converter
======================[](https://github.com/akiomik/reading-list-converter/actions/workflows/rust-ci.yml)
`rlconv` is a cli tool to convert an exported reading list into other format that is importable.
## Usage
```sh
rlconv --input pocket.html --input-format Pocket \
--output safari.html --output-format Safari
```## Build
```sh
cargo build --release
```