kapitainsky / RcloneBrowser

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

Option to show commands used for tasks #123

Open RaXorX opened 4 years ago

RaXorX commented 4 years ago

Is there a possibility to show the full command used while running any task (whether a saved task or a manual task), i.e. once it is in the Jobs menu. It would be beneficial for people who don't have a full command over the commands used in rclone.

As people could then cross check manually running the commands through rclone in case of any issues.

dia3olik commented 4 years ago

yeah this would be nice

DavidUXer commented 4 years ago

Not sure if this option was added since the request was made, but it's there in Jobs: on the right-hand side of an opened job is a page icon with a shortcut arrow. Clicking it copies the command to the clipboard.

kapitainsky commented 4 years ago

Will also make it more clear in the next version.

Ronaldvr commented 3 years ago

OH Wow! I was looking for this to setup a cron job. (Which would be a nice feature too by the way: Have the option to install the command as a scheduled task in windows or as a cron job in linux)