alexpdev / torrentfile

Bittorrent Protocol v1 & v2 metafile creator, checker, editor, builder, reviewer. Assemble .torrent files from the command line.
Apache License 2.0
43 stars 4 forks source link

more readable total progress bar #182

Closed trim21 closed 1 year ago

trim21 commented 1 year ago

currently progress bar show progress of each file, it's impossible to know the total progress of torrent creation.

I hope there can be a option to show total progress by bytes without each file info

for example: 50%|[xxx...]|30mb/60mb 1mb/s

no seprated progress bar for each file.

alexpdev commented 1 year ago

@trim21 its on the todo list.