From 16f6a3de76c9f1c7e8be67eab05475742c3fd241 Mon Sep 17 00:00:00 2001 From: "Cezary M. Kruk" Date: Sun, 15 Apr 2012 11:43:27 -0400 Subject: misc/myclippings: Added (Parser for Kindle "My Clippings.txt" file) Signed-off-by: dsomero --- misc/myclippings/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 misc/myclippings/README (limited to 'misc/myclippings/README') diff --git a/misc/myclippings/README b/misc/myclippings/README new file mode 100644 index 000000000000..6c0df41278de --- /dev/null +++ b/misc/myclippings/README @@ -0,0 +1,10 @@ +Perl parser for the Kindle's 3 and 4 "My Clippings.txt" file + +The myclippings script is based on parse_kindle_clippings script and parses +Kindle's "My Clippings.txt" file for highlights, notes, and bookmarks, +groups them by book/title, and stores them in the separate files or in a +single file. + +Kindle's "My Clippings.txt" file is a mess. The myclippings script helps to +sort clippings in order to process them in the editor or to store sorted and +edited clippings back in "My Clippings.txt" file. -- cgit v1.2.3