A parser to make the Kindle My Clippings.txt
file more usable.
This parser will take your My Clippings.txt
file, remove duplicates (like those created when changing a highlight when reading), split them up by book, and output them in two formats (split up by page number, and all in one file).
-
Clone this repository
-
Place
My Clippings.txt
in the project's root directory. βββ My Clippings.txt βββ MyClippingsParser.csproj βββ Program.cs βββ bin/ βββ obj/
-
Run the program
$ dotnet run