-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
feat: Add support for inspecting tar{,?z,bz2} and zip files #600
Comments
I'd be open to such a thing, could be super useful, but if a potential implementation is too heavy, we probably should consider feature gating this. |
(could also support bzip3, although this is probably considerably harder) |
This would be a neat extension because this has, in fact, been something available historically on other systems. IBM AIX, since at least AIX version 3 (and optionally in AIX 2 and 1.3), has shipped In IBM AIX, an AIX/XCOFF
The
If you tell Since AIX has Rust now, supporting XCOFF archives would be great, but some kind of generic support (a, tar, cpio, zip) even without compression would be neat. Compression would be a bit tricky, you'd have to worry about some major slowdowns, "zip bombs", etc... It sure would be nice for at least one replacement tool to catch up with what IBM had back in the 1980s. |
I'd like to look into this issue since this sounds pretty useful. |
This might be considered out-of-scope for eza, which is totally fine ... but I believe it would be a nice feature to be able to list the contents of tarballs, zip files and similar archive files.
An example of how this could work:
Thoughts?
The text was updated successfully, but these errors were encountered: