abraunegg / onedrive

OneDrive Client for Linux
https://abraunegg.github.io
GNU General Public License v3.0
9.63k stars 849 forks source link

Feature Request: Shell-Output #2727

Closed elhennig closed 1 month ago

elhennig commented 1 month ago

Is your feature request related to a problem? Please describe.

The output is somewhat hard to read and with multiple parallel uploads the status for single files is not easy to see as the output is scrolled down instead of showing the progress bar in the very same line.

Describe the solution you'd like

Deletions and other file actions should be displayed in separate lines instead of putting them behind other output. Progress of longer uploads should be displayed in one line instead of displaying it in new lines every time it is updated. Especially in combination with multiple uploads this makes the output barely readable

Describe alternatives you've considered

The issue came with the parallel file actions. Most likely there is no alternative for that.

Additional context

No response

abraunegg commented 1 month ago

@elhennig Unfortunately this is where using --enable-logging to log to a file is beneficial.

Console output displays things differently, as the old 'progress bar' for larger uploads|downloads would not work with threading in a similar manner.

If you use the log file, everything is on a single line.

abraunegg commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.