rcloneExplorer
rcloneExplorer copied to clipboard
ability to set up automatic syncing
watched folders basically just runs rclone sync will be in a new tab with a bunch of settings for this
todo:
build UI
allow minimize to tray
allow user configurable sync options
allow user configurable sync/copy option
allow user to commit dry run
allow user to cancel a sync
allow store settings to ini
logic for analyzing null/zero settings
logic for seeing if a sync is in progress
logic for seeing if a sync has completed
logic for starting a sync process via button
logic for starting a sync process automatically
replace \r\n with newline on console out for readability
e855f76bec617e402e2de3f1a8be9728680ade99 -build UI -allow min to tray -allow user config -allow user config sync/copy -allow store settings to ini -logic for null/zero -logic for starting sync process via button
+consolext do replace("\r\n", environment.newline)
This would be great. Maybe have an option to just run on a schedule rather than watching folders?