files_scripts icon indicating copy to clipboard operation
files_scripts copied to clipboard

Add the input field of currently selected file

Open oleua opened this issue 2 years ago • 2 comments

If I select a file for further script processing, how to make it is visible on the window, where I am selecting options, actions etc?

image

If I create a field input_file, it is not in fact shown the selected file of several files.

image

Would that be possible to add this option?

oleua avatar Sep 27 '23 18:09 oleua

Thanks for the suggestion, I might implement this but its a bit tricky if multiple files are selected for the action. Any suggestions on what should happen in that case?

Raudius avatar Dec 11 '23 17:12 Raudius

Thanks for the suggestion, I might implement this but its a bit tricky if multiple files are selected for the action. Any suggestions on what should happen in that case?

Well, I suggest that in this case files are shown, and each of them is prepended with "x" symbol before the name of the file in order that file may be excluded from the list. And they are processed sequentially.

Similar to multiple choice. What do you think?

oleua avatar Dec 11 '23 23:12 oleua