diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:03:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:03:49 -0400 |
commit | 653e1b9d90be0132127aeb8b099cd2ac325e7966 (patch) | |
tree | 27c18f5fa8397d6c804cb34d323960ce0d73829b /misc | |
parent | 19a49eadff74af56893ecccf361d80beae8285cf (diff) |
misc/myclippings: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/myclippings/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/myclippings/README b/misc/myclippings/README index 6c0df41278de..51f70c178b84 100644 --- a/misc/myclippings/README +++ b/misc/myclippings/README @@ -1,10 +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. +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. +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. |