Skip to content

bskim45/ridiwise

Repository files navigation

ridiwise

Sync book/article highlights to Readwise.io

Installation

Docker

# Docker Hub (docker.io)
$ docker run --rm -it bskim45/ridiwise --help
# Github Container Registry (ghcr.io)
$ docker run --rm -it ghcr.io/bskim45/ridiwise --help

Pip/Pipx

Prerequisites:

Install playwright:

# with pip
pip install playwright

# or with pipx
pipx install playwright

# install browser
playwright install chromium

Install ridiwise:

# with pip
pip install git+https://github.com/bskim45/ridiwise.git

# or with pipx
pipx install git+https://github.com/bskim45/ridiwise.git

Usage

$ ridiwise --help
 Usage: ridiwise [OPTIONS] COMMAND [ARGS]...  

 ridiwise: Sync book/article highlights to Readwise.io

 (...)

License

The code is released under the MIT license. See LICENSE for details.