Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taq/kindleclippings
- Owner: taq
- Created: 2010-11-07T14:27:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T12:17:59.000Z (over 2 years ago)
- Last Synced: 2023-04-11T08:51:06.568Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```