Sync book/article highlights to Readwise.io
# 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
Prerequisites:
- Python 3.10 or later
- Playwright
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
$ ridiwise --help
Usage: ridiwise [OPTIONS] COMMAND [ARGS]...
ridiwise: Sync book/article highlights to Readwise.io
(...)
The code is released under the MIT license. See LICENSE for details.