files_scripts icon indicating copy to clipboard operation
files_scripts copied to clipboard

Custom file actions app for Nextcloud

Results 25 files_scripts issues
Sort by recently updated
recently updated
newest added

Thanks for this, opens up some powerful stuff! I usually write scripts just to run on the host but this leverages a lot better integration with the UI. The mustache...

Add boolean parameter to mustache to control whether escaping of special characters is performed or not. I am working with plain files, YAML, etc., and the HTML escaping that the...

Hello, i recently began to use this plugin on nextcloud to automate somethings. I was having some issues involving the notify function. After some time of debugging i figured out...

Hi! I use now nc v.28. I've created an app to unzip an archive file. A piece of script: ``` local input_file = get_input_files()[1] local selected_files = #get_input_files() local dir...

enhancement

It would be nice to have a user picker alongside with file picker input, currently only options to select specific username as input is to hardcode in multi-select or manual...

Hi. The files scripts app is quite powerful and potentially may bring harm unintentionally due to bad programming. My assumption is when a script runs some shell command connected with...

In several scripts I would like to pass some secret data, eg passwords etc. Please, add the hidden field type of text field, which will replace symbols with asterisks.

When I check to place scripts into the menu, and there are more than 2 or 3 items all of them look similar. Will that be possible to add icons...

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](https://github.com/Raudius/files_scripts/assets/5199030/f75944c8-f297-412d-b936-dbde4060c553) If I create a...

enhancement

Hello! I am trying to implement a media conversion script that may last for many minutes. Is there a way to execute the script in background? So that the user...

enhancement