Would it be possible to additionaly provide a command line interface
m040601 opened this issue · 2 comments
m040601 commented
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
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.