{"id":15988577,"url":"https://github.com/woile/kindle-notes-parser","last_synced_at":"2025-03-18T01:30:39.345Z","repository":{"id":45474216,"uuid":"425479843","full_name":"woile/kindle-notes-parser","owner":"woile","description":"GUI and command line to separate automatically the kindle clippings","archived":false,"fork":false,"pushed_at":"2024-02-08T15:10:24.000Z","size":105,"stargazers_count":13,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-15T04:28:00.034Z","etag":null,"topics":["gui","kindle","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woile.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-11-07T11:04:53.000Z","updated_at":"2023-09-11T04:07:50.000Z","dependencies_parsed_at":"2024-02-08T15:48:12.425Z","dependency_job_id":null,"html_url":"https://github.com/woile/kindle-notes-parser","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fkindle-notes-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fkindle-notes-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fkindle-notes-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woile%2Fkindle-notes-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woile","download_url":"https://codeload.github.com/woile/kindle-notes-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221704074,"owners_count":16866680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","kindle","rust"],"created_at":"2024-10-08T04:05:29.590Z","updated_at":"2024-10-27T16:26:44.702Z","avatar_url":"https://github.com/woile.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kindle notes parser\n\nTake your kindle notes in txt format and output a file per book.\n\nIdeal for second brains or walled gardens.\n\n![Screenshot of the software](docs/images/image.png)\n\n## Why this?\n\nI usually take notes in my kindle but I don't end up doing anything with them.\n\nAs I'm learning rust I wanted to practice on a simple need (language and a bit of UI).\n\nMy workflow is like this now:\n\n1. Read a book and add highlights\n1. **Cut** the notes from the kindle and paste them in the Downloads folder\n1. Use this software to split the books and remove empty or repeated lines.\n1. Copy to my [obsidian](https://obsidian.md/) folder\n1. Clean and create [flashcards](https://github.com/st3v3nmw/obsidian-spaced-repetition/wiki/Decks)\n\n## Usage\n\n### CLI\n\n```bash\ncargo run -p kindle-notes-cli \u003cfilename\u003e\n```\n\n### GUI\n\n```bash\ncargo run -p kindle-notes-gui\n```\n\n## Design\n\nWe are using cargo workspaces. There are 3 workspaces:\n\n- `kindle-notes-core`: contains the main logic\n- `kindle-notes-cli`: contains the cli for the terminal app\n- `kindle-notes-gui`: contains the gui for the desktop environment\n\n```mermaid\ngraph TD;\n    core --\u003e cli\n    core --\u003e gui\n```\n\n## Resources\n\n- [cli project at rust book](https://doc.rust-lang.org/book/ch12-00-an-io-project.html)\n- Droid GUI usage example: [druid-7guis-flight](https://github.com/MrGibus/Druid-7guis/blob/main/src/flights.rs)\n- Open / save example: [druid/examples/open_save](https://github.com/linebender/druid/blob/master/druid/examples/open_save.rs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoile%2Fkindle-notes-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoile%2Fkindle-notes-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoile%2Fkindle-notes-parser/lists"}