Kindle – Ruby scripts to manage my Kindle notes

I’ve finally open sourced the set of Ruby scripts I’ve been using to manage my Kindle notes. The code is on Github and can be downloaded by anyone.

The readme goes into more depth but basically this code lets you manage the Kindle notes file to:

  • List all of the books you have taken notes on
  • Show all of the notes for a specific book
  • Export your notes into CouchDB as a document (JSON)
  • Export your notes into a collection of org-mode files

Would you do me the honor of taking a look at it and telling me what you think in the comments below?