Description
Is your feature request related to a problem? Please describe.
We have a bunch of Python scripts that we use for bulk creation and processing of many files in our docs project. We can open a terminal and run them from the command line, but it would be nice to have a button on the dashboard for triggering the script to run and define a UI (like we have for snippets) to enter values to be passed as arguments into the script execution command.
Describe the solution you'd like
Expand the 'Scripts' feature to define a command line execution string with placeholders and UI to enter them. Then show a button on the dashboard to trigger that UI and subsequent execution. This would expand the tool to allow for the execution of any script from any language and not limited to javascript/node scripts.
Describe alternatives you've considered
Opening the terminal and entering the script and arguments manually. With some reference to the command documentation to make sure you get the arguments right.