Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 621 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 621 Bytes

MyClippingsParser

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).

Usage

  • 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