NevermindNilas / TheAnimeScripter

Welcome to TheAnimeScripter – the ultimate tool for Video Upscaling, Interpolating and many more. Available as a CLI, GUI and Adobe Extension.
GNU Affero General Public License v3.0
83 stars 1 forks source link

GUI: Add Command pane with read-only text box showing what command will be run when Run will be clicked / Add "Dry Run" option #37

Closed przemoc closed 2 months ago

przemoc commented 2 months ago

TAS GUI is effectively a relatively thin wrapper around main command-line tool, but still useful for newcomers. That's why I came up with idea to add Command pane (possibly between Options and Log, but anywhere will work, maybe it could be collapsaple/expandable by double-clicking or something like that) with read-only text box showing what command will be run when Run will be clicked. That way user does not have to click Run to learn what command will be executed.

Alternatively, "Dry Run" option could be added so that command would still go to Log upon clicking Run, but nothing else would be done (i.e. command would not be executed).

NevermindNilas commented 2 months ago

Oh that's sounds like a cool option, it will require some hackintoshing cuz the Standalone GUI is held together with hopes and prayers but it is something that's definitely noted.

NevermindNilas commented 2 months ago

Added a version 1.0 implementation of the idea with commit: https://github.com/NevermindNilas/TheAnimeScripter/commit/d5c6de510153ec18bb7a188404b63cf249608fe7

Thanks!