harmy / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

enhancement: progress output for verify #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since I'm guessing you got the lions share of the work done on the progress 
output for the import progress display, something similar for the verify 
command would be nice. Boar can sit there blinking for quite a long time, and 
while you can hear the drive churning away to let you know something is going 
on, having some visual feedback about the progress is appreciated.

Implementing a similar progress display as what is used for the import process 
would be great.

On the subject of the progress output, it would also be great if you could 
append/prepend a (xfer/total) value to the end of all the "sending {filename}" 
messages, because during a large import, while the status line progress bar is 
very nice about giving you a sense about the time to completion, once it 
changes to printing output to the shell you loose that sense of "time to 
completion" as there is no indication of how many files have been sent and how 
many still need to be sent. 

Thanks :)

Original issue reported on code.google.com by cryptob...@gmail.com on 1 Mar 2012 at 10:28

GoogleCodeExporter commented 9 years ago
Sure, progress output for verify can be improved. Output should not happen 
every n files, as it is now, but every n seconds. Also verify speed would be 
nice, similar to import progress.

Original comment by ekb...@gmail.com on 1 Mar 2012 at 11:57