Skip to content

paulbowler/kindle-clippings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kindle-clippings

A Clojure library to parse a string representation of the 'My_Clippings.txt' file on Kindle book readers.

Usage

(parse (slurp "resources/My Clippings.txt"))

Returns a sequence of maps, thus:

({:title "How an Economy Grows and Why It Crashes", :authors ("Andrew J. Schiff" "Peter D. Schiff"),
:page "5", :location "1134-37",
:clipping "During the Depression, President Roosevelt decided to devalue the dollar..."})

License

Copyright © 2013 Paul Bowler

Distributed under the Eclipse Public License version 10.0

About

Parser for Kindle clippings file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published