noembryo / KoHighlights

KOHighlights is a utility for viewing KOReader's highlights and/or export them to simple text, html, csv or markdown files.
MIT License
128 stars 5 forks source link

Would it be possible to additionaly provide a command line interface #3

Closed m040601 closed 5 years ago

m040601 commented 5 years ago

Example pyglossary, https://github.com/ilius/pyglossary/ Although it is a GUI python application (using another framework, GTK) the command-line interface, works in all operating systems without any specific requirements, just type: python3 pyglossary.pyw --help

noembryo commented 5 years ago

I could implement some simple commands, but almost all actions are depending on the GUI. I could write new ones I guess. :o) If you have any suggestion I could add them to a future release.

noembryo commented 5 years ago

OK. Added some basic cli. @m040601 please check if it is what you want (never done any cli before, so please make suggestions if something is wrong)