Rclone output list of active transfers into two columns?

Hey! So my question may be less to do with rclone, and more to do with just terminal outputs in general. I am wondering if I can split the rclone output into two columns. Currently I'm doing 50 transfers, so if I could split that to 25 with 25 next to it in the output, it'd make for a neater screen in my opinion. Do you know if there's a way? I tried running it through column but that doesn't do anything.

Example... can I turn the first image into the second:


Is there a simple way to do this? If not that's OK. I shouldn't really be doing 50 transfers to gdrive anyway!

What is your rclone version (output from rclone version)

rclone v1.50.2

  • os/arch: linux/amd64
  • go version: go1.13.4

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy $source $destin --include-from $list --fast-list --copy-links -P --transfers=50 --checkers=64 --tpslimit=10

There's no way to change that as it's writing out and meant to be more dropped into a log file or something so I doubt there will be something to split screen output.

Your version is pretty old as well as you might want to update it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.