https://bugs.kde.org/show_bug.cgi?id=460316
--- Comment #9 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- Git commit cd0875e0a8dcb3670e6ae9cf1f8213efffa162ac by Thomas Fischer. Committed on 22/12/2022 at 20:37. Pushed by thomasfischer into branch 'master'. Adding command line program Adding a command line program that offers basic functionality of KBibTeX without a user interface and without many dependencies (basically just Qt::Core and some KBibTeX libraries). Initial implementation can only load a bibliographic file of any recognized file format and write it back to another file or the standard output. M +28 -0 src/program/CMakeLists.txt A +105 -0 src/program/commandline.cpp [License: GPL(v2.0+)] https://invent.kde.org/office/kbibtex/commit/cd0875e0a8dcb3670e6ae9cf1f8213efffa162ac -- You are receiving this mail because: You are watching all bug changes.