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

Command Line Interface? #181

Open petermorrone opened 2 years ago

petermorrone commented 2 years ago

It would be great if there were some way to launch this to run a Task from the command line or shell script. I have not seen anything documented (perhaps I missed it). If it could launch a new process each time we could do a script

-launch with Task XXX -sendmail with Log

then we could launch it, have it run the task and exit...then our script could sendmail the log. If it could return the rclone error log that would be good as well.

I know we can simply run RClone from the script directly but we loose out on the nice gui. I run some long tasks and it would be nice to log in and be able to see the progress and where it is.