Skip to content

πŸ“Ž A parser to make the Kindle `My Clippings.txt` file more usable

License

Notifications You must be signed in to change notification settings

1kc2/MyClippingsParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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
    

About

πŸ“Ž A parser to make the Kindle `My Clippings.txt` file more usable

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages