rclone icon indicating copy to clipboard operation
rclone copied to clipboard

Feature: multiple rclone commands

Open rbubley opened this issue 3 years ago • 0 comments

It would be nice if we could issue multiple commands to the github action, e.g.:

…
    args:
      - copy <source>:<source_path> <dest>:<dest_path>
      - copy <source>:<source_path2> <dest>:<dest_path2>

I suspect this could be done with an xargs entrypoint.

rbubley avatar Jul 18 '22 09:07 rbubley