gen2brain / cbconvert

CBconvert is a Comic Book converter
GNU General Public License v3.0
215 stars 13 forks source link

feature request: in the GUI: have option to show command line #33

Open Tonic8 opened 5 months ago

Tonic8 commented 5 months ago

Hello

in a future release that could be cool, to have a tab or a way to log the command line executed:

in the gui we select all the option we need, tghen hit a button to generate the command line for the CLI, or set a logfile, and have the command line in the log (with the exit code of the conversion for example)

i know the screenshot is not cbconvert but something like that, it's just to show how that can be cool to have the command line generated (if we select multiple files then multiple lines :)

image

gen2brain commented 2 weeks ago

cbconvert-gui is not a frontend for cbconvert, they are separate apps that use the same library, so there are no command lines executed. What is possible is to add e.g. a method for Options that will print options and flags for cbconvert, i.e. the same as cli app would need. I will see what would that look like.