kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

'Copy command to clipboard ' button in Tasks view #176

Open hasecilu opened 3 years ago

hasecilu commented 3 years ago

When you run an action in the jobs tab for every job there is an Copy command to clipboard buttton. It would be very handy if that button is also available in the Tasks tab (for every task). This way you don't have to run the task to be able to copy the command. And maybe an Export all tasks buttons for export all tasks with their respective commands to a text file would be useful too. This way you don't need to click on Copy command to clipboard on every task in order to get all.

kapitainsky commented 3 years ago

Thank you for good suggestion.

On 7 Sep 2021, at 00:07, Ulices @.***> wrote:

When you run an action in the jobs tab for every job there is an 'Copy command to clipboard ' buttton. It would be very handy if that button is also available in the Tasks tab (for every task). This way you don't have to run the task to be able to copy the command. And maybe an 'Export all tasks' buttons for export all tasks with their respective commands to a text file would be useful too. This way you don't need to click on 'Copy command to clipboard ' on every task in order to get all.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kapitainsky/RcloneBrowser/issues/176, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXJHOTOZHRCTFV3G3MYAKLUAVCTZANCNFSM5DRF5VYQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

hasecilu commented 3 years ago

One more thing, if there is an Export tasks button it should exist an Import tasks button. Useful when you have multiple computers or if you reset your PC.

sycdan commented 2 years ago

It would also be really great if the button escaped the parameters in the resulting command, for example --exclude /R&D/ --exclude /Temp Data/ -- otherwise manual escaping is necessary before running the command. Fantastic program, though!

kapitainsky commented 2 years ago

It would also be really great if the button escaped the parameters in the resulting command, for example --exclude /R&D/ --exclude /Temp Data/ -- otherwise manual escaping is necessary before running the command. Fantastic program, though!

Thank you for the idea - I am working on new release now. Do not want to add anything extra at the moment. But will definitely include your suggestion later.