diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2012-04-15 11:43:27 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:57 -0500 |
commit | 16f6a3de76c9f1c7e8be67eab05475742c3fd241 (patch) | |
tree | c24ca10ac8ec35ce3ba5e9af4e125c5444d5787f /misc/myclippings/README | |
parent | d8e7dcedd4fcbb12b48ed6725eb35da77e26ef74 (diff) |
misc/myclippings: Added (Parser for Kindle "My Clippings.txt" file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/myclippings/README')
-rw-r--r-- | misc/myclippings/README | 10 |
1 files changed, 10 insertions, 0 deletions
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. |