My Clipping to org-mode notes¶
Features¶
Parse ‘My Clippings.txt’ generated file
Extract highlights, marks and notes
Export to org-mode files separated by books
Requirements¶
You will need a ‘My Clippings.txt’ file in English or Spanish
Installation¶
You can install My Clipping to org-mode notes via pip from PyPI:
$ pip install pyclip2org
Usage¶
Once you’ve installed, you can execute
$ pyclip2org -l en -o ~/org/kindle -c /media/Kindle/documents/My\ Clippings.txt
Please see the Command-line Reference for details.
Contributing¶
Contributions are very welcome. To learn more, see the Contributor Guide.
License¶
Distributed under the terms of the MIT license, My Clipping to org-mode notes is free and open source software.
Issues¶
If you encounter any problems, please file an issue along with a detailed description.
Credits¶
This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template. This project is based on Managing kindle highlights with Python and GitHub