An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

reading-list-converter
======================

[![Rust CI](https://github.com/akiomik/reading-list-converter/actions/workflows/rust-ci.yml/badge.svg)](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
```