All Projects → maxhallinan → my-clippings-to-json

maxhallinan / my-clippings-to-json

Licence: other
Format Kindle clippings as JSON.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to my-clippings-to-json

gonotes
Command line tool to access your kindle clippings
Stars: ✭ 23 (+43.75%)
Mutual labels:  kindle
kindle-env
Development Environment for Kindle
Stars: ✭ 26 (+62.5%)
Mutual labels:  kindle
syncthing-kindle
Setup Syncthing on Kindle Touch
Stars: ✭ 24 (+50%)
Mutual labels:  kindle
calibre-kindle-comics
A calibre plugin that converts your comics into a readable format for kindle.
Stars: ✭ 32 (+100%)
Mutual labels:  kindle
kindle-kt3 weatherdisplay battery-optimized
Use your Kindle KT3 (8. generation) for a weather station with weather underground api and homematic weather sensor.
Stars: ✭ 73 (+356.25%)
Mutual labels:  kindle
1pone.github.io
Kindle拯救计划——一个Kindle实用工具网站,让你吃灰的Kindle成为时钟、天气看板、电子相册、微博热搜榜单...
Stars: ✭ 150 (+837.5%)
Mutual labels:  kindle
mobi
python based software to unpack kindlegen generated ebooks
Stars: ✭ 37 (+131.25%)
Mutual labels:  kindle
eBookDesignChecklist
A progressive web app to help you design eBooks
Stars: ✭ 15 (-6.25%)
Mutual labels:  kindle
ancient chinese
古汉语(文言文)字典-爬取文言文字典网,制作Kindle字典.
Stars: ✭ 48 (+200%)
Mutual labels:  kindle
Gen2Kindle
Search, download, convert and send files directly to your kindle from Libgen in one place.
Stars: ✭ 21 (+31.25%)
Mutual labels:  kindle
jmdict-kindle
Japanese - English dictionary for Kindle based on the JMdict / EDICT database
Stars: ✭ 151 (+843.75%)
Mutual labels:  kindle
mpspider
公众号文章抓取&生成kindle电子书
Stars: ✭ 51 (+218.75%)
Mutual labels:  kindle
fyodor
Convert your Amazon Kindle highlights and notes into markdown (or any format).
Stars: ✭ 101 (+531.25%)
Mutual labels:  kindle
advanced-php-crawler
新浪博客文章/wenku8轻小说文库爬虫,可抓取图片保存,一键制作电子书。kindle读书党的神器!
Stars: ✭ 26 (+62.5%)
Mutual labels:  kindle
ankimaker
Automatically generates Anki decks from many sources
Stars: ✭ 43 (+168.75%)
Mutual labels:  kindle
Kindle2Anki
Export Vocabulary Builder to Anki APKG
Stars: ✭ 84 (+425%)
Mutual labels:  kindle
tlrl
Too long; read later. Send web pages to your kindle from the command line.
Stars: ✭ 15 (-6.25%)
Mutual labels:  kindle
MyKindleTools
我的 kindle 相关工具合集
Stars: ✭ 33 (+106.25%)
Mutual labels:  kindle
docker-kindle
Kindle in Docker
Stars: ✭ 13 (-18.75%)
Mutual labels:  kindle
kindle infoscreen
Home-Assisstant Interface That Runs in the Kindle Browser.
Stars: ✭ 49 (+206.25%)
Mutual labels:  kindle

my-clippings-to-json

Format 'Kindle/documents/My Clippings.txt' as JSON.

Example

[{
  "body": "in certain contexts at least, the transparency of open code should be a requirement.",
  "created_at": 1462434461,
  "title": "Code version 2.0",
  "subtype": "Highlight",
  "page": 143,
  "authors": ["Lessig, Lawrence"],
  "location_range": [2618, 2619]
}]

Installation

First install pipsi.

pipsi install .

Usage

my-clippings-to-json [OPTIONS] INPUT_PATH OUTPUT_PATH

Arguments

INPUT_PATH

Path to input file.

OUTPUT_PATH

Path to output file.

File existing at OUTPUT_PATH will be overwritten.

Options

-h, --help

Show help page.

-s, --start INTEGER

Start at line number of input file (default: 1).

INTEGER should be the first line of the target clipping or the last line of the preceding clipping. If INTEGER falls in the middle of a clipping, that clipping will be skipped.

my-clippings-to-json writes the last line number to stdout. Next time, start at this line number.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].