Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support --verbose option from xz #57

Open
EgbertW opened this issue Jan 25, 2016 · 3 comments
Open

Feature Request: Support --verbose option from xz #57

EgbertW opened this issue Jan 25, 2016 · 3 comments

Comments

@EgbertW
Copy link

EgbertW commented Jan 25, 2016

The xz command from xz-utils provides a option called --verbose that prints information on the progress, compression and estimated remaining time. When stdout is redirected, it will instead print a summary of the total compression when it's finished. It would be great if pixz could do the same.

@shmerl
Copy link

shmerl commented Aug 13, 2017

Yep, I just came here to ask something similar. It's quite useful to see the progress.

@adamhotep
Copy link

The third-party progress utility can't figure this command out either ☹️ (likely due to how the final file is assembled). Passing the input through pv also doesn't work due to how the input is read (instantaneously in a single-file 200M test that got 50% compression). Therefore, a progress view must be internal to pixz.

@vasi
Copy link
Owner

vasi commented Aug 11, 2020

I definitely use pv with pixz! It's only really useful when you have a multi-block file of course, as you noticed.

Adding built-in progress would be great though, PRs welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants