Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edavis10/kindle
A collection of classes and scripts that can be used to manage a kindle notes files.
https://github.com/edavis10/kindle
Last synced: 28 days ago
JSON representation
A collection of classes and scripts that can be used to manage a kindle notes files.
- Host: GitHub
- URL: https://github.com/edavis10/kindle
- Owner: edavis10
- License: mit
- Created: 2011-06-10T21:20:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T04:31:02.000Z (over 9 years ago)
- Last Synced: 2024-11-06T18:46:21.612Z (about 1 month ago)
- Language: Ruby
- Homepage: http://theadmin.org
- Size: 104 KB
- Stars: 45
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - edavis10/kindle - A collection of classes and scripts that can be used to manage a kindle notes files. (Ruby)
README
= Kindle (for Ruby)
A collection of classes and scripts that can be used to manage a kindle notes files.
== Why?
I take a bunch of notes when I read and since getting a Kindle I've started to highlight and note important things directly in the Kindle book. Then I discovered that all of the notes are stored in a plain text file on the Kindle, I set out to find a way to copy them to my computer for backup and reviewing
== Uses
* List all of the books you have notes for
* Export your kindle notes to org-mode files, one file per book
* Export your kindle notes to CouchDB== List Books
The bin/list_books.rb script can be used to list all of the books you have notes for and how many notes you have.
== Notes for book
The bin/notes_for_book.rb script will take a book name and output all of the notes for that specific book.
== Export notes to CouchDB
Using bin/setup_couch.rb and bin/import_into_couchdb.rb you can add all of your notes into CouchDB. Each book becomes a document in the 'kindle' database with the notes as an Array.
== Export notes to org-mode
For us emacs users, the bin/to_orgmode.rb will export all of the books to org-mode files.
== Want to help?
Check Hacking.rdoc