Add a flag like ouch list archive.tar.gz --show-size that shows the file size for each listed entry.
This requires that we read the contents of each entry instead of just their name, so it's more computationally heavy, adding this flag shouldn't make the default behavior slower.
Originally posted by @ofek in #1000
Add a flag like
ouch list archive.tar.gz --show-sizethat shows the file size for each listed entry.This requires that we read the contents of each entry instead of just their name, so it's more computationally heavy, adding this flag shouldn't make the default behavior slower.
Originally posted by @ofek in #1000