kobo-sync
v1.0.5
Published
A command line tool to download your highlights from your Kobo device over USB and optionally sync them to your hardcover.app reading journal.
Downloads
625
Maintainers
Readme
kobo-sync
A command line tool to download your highlights from your Kobo device over USB and optionally sync them to your hardcover.app reading journal.
Setup
First, set up your configuration (you only need to do this once):
npx kobo-sync loginThe login command accepts the following options:
--db <path>: Kobo SQLite database path--json <path>: Path for the annotations.json file--token <token>: Hardcover API token--api <url>: Hardcover API URL
Usage
Each command accepts a -h flag if you need more information, but once you've set up your config you can:
Extract annotations from your Kobo device:
npx kobo-sync deviceSync annotations to Hardcover (optional):
npx kobo-sync hardcover
