Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taq/kindleclippings

A Bash script to extract info from the Kindle clippings file
https://github.com/taq/kindleclippings

Last synced: 1 day ago
JSON representation

A Bash script to extract info from the Kindle clippings file

Awesome Lists containing this project

README

        

# Scripts to extract Kindle clippings

All scripts need the clippings file (usually named 'My Clippings.txt') and a
expression to search, for example, the book name.

## Shell script

Use the `kindleclipping.sh` script:

```
$ ./kindleclipping.sh
```

## Ruby script

This is an updated version of the shell script.
Use the `kindleclipping.rb` script:

```
$ ruby kindleclipping.rb
```