Skip to content

norangebit/koob

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Koob

A CLI utility to extract information from Kobo db.

Features

  • Lists books with reading status
  • Lists highlights
  • Extracts highlights in markdown
  • Auto detects Kobo devices (based on lsblk)

Installation

Currently koob isn't available on the pip so so manual installation is required to use it.

python setup.py bdist_wheel
pip3 install dist/koob-0.0.0-py3-none-any.whl --user

Usage

Lists last ten books.

koob books -n 10

Lists all books and specifies which database to use.

koob books --db path/to/db.sqlite

Lists all highlights.

koob annotations

Lists all highlights of books starting with "ten".

koob annotations ten

Lists highlights of last annotated book in markdown format.

koob annotations -l --md

About

A CLI utility to extract information from Kobo db.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages