This repo is for personal use, not optimized to handle all cases and languages yet
Although Kindle automatically generates clippings when readers highlight certain texts and stores them, they all exists in one txt file for all books, which makes it difficult to keep track when you are reading multiple books during a period of time. This parser helps to divide highlights from different books into different txt files, which makes it easy to be maintained and reviewed.
####Usage
javac FileProcessor.java
java FileProcessor <My Clippings.txt Path> <Folder for separated notes>