This is an over-engineered exporter for Kindle clipping files born out of my own need and an opportunity to productively procrastinate using Rust and WASM.
This tool is boring software:
- Input your Kindle clippings file
- Filter whatever you want to export
- Select an export format and export
That's it.
No backend, no AI, no images, no login, no cookies, no tracking, no stats, no achievements, no streak. Just a plain boring tool that works when you need it.
wasm-pack build --target web
cp -r pkg frontend/
cargo run -- -h
- Configurable export template (CLI)
- Configurable export template (Web UI)