Lattyware / unrpa

A program to extract files from the RPA archive format.
http://www.lattyware.co.uk/projects/unrpa/
GNU General Public License v3.0
590 stars 74 forks source link

Added progress indicator to verbose output #6

Closed Bioruebe closed 6 years ago

Bioruebe commented 6 years ago

This is a change made for Universal Extractor to provide the progress in percent, written to stdout for each file extracted.

Example:

unrpa: extracting files.
unrpa: [2.33%] bg\white.jpg
unrpa: [4.65%] bg\black.jpg
...

I think it's nicer for the user to see how far the extraction progress went, so you might want to add the change to the official repository. But it's just a suggestion :)

Lattyware commented 6 years ago

Thanks for the PR. I went ahead and changed the implementation slightly, and did a little spring cleaning while I was there. The master should have the same functionality as implemented here now though, thanks for the contribution.