kindleclip

Crates.iokindleclip
lib.rskindleclip
version0.7.0
sourcesrc
created_at2019-12-27 17:18:15.979601
updated_at2021-08-14 10:22:25.929263
descriptionCLI tool to export a file per book in kindle 'My Clippings.txt'
homepage
repositoryhttps://github.com/chrisdavison/kindleclip
max_upload_size
id192700
size18,762
Chris Davison (ChrisDavison)

documentation

README

kindleclip

Rust

Extract a file per book in your kindle My Clippings.txt.

Usage:

kindleclip <CLIPPING_FILE> <OUTPUT_DIR>

This will go through all your kindle clippings and export notes to a file with a somewhat-sanitised filename (lowercase, replace ' ' with '-', remove some punctuation).

If the note was a NOTE (rather than a highlight), the text 'NOTE FOR PREV' will be exported above a note, so that it's easier to link highlight and note.

Commit count: 29

cargo fmt