Results 210 comments of João Marcos
trafficstars

:+1: yeah, that would be convenient. Should we only do it if `__MACOSX` is the only directory? It's possible for archives to contain other folders alongside it.

Sorry, I assumed the wrong archive structure. ```sh $ ouch list Archive.zip --tree Archive: /home/marcospb19/Downloads/Archive.zip ├── b.htm ├── a.htm └── __MACOSX └── ._a.htm ``` So `__MACOSX` is actually a folder...

I love this idea, now we just need some bikeshedding on what it should look like.

Good job! I have a branch with this implemented as an experiment, sort of, look at https://github.com/ouch-org/ouch/compare/main...bzip3, our code looks very similar. I've been busy so I'm really glad to...

Now the [CI is failing](https://github.com/ouch-org/ouch/actions/runs/6256978116/job/17010874173?pr=522) to build `bzip3-rs` because it doesn't have `bzip3` installed. I don't know how to solve this for Ubuntu, MacOS and Windows, do we need to...

I force-pushed a rebase to solve conflicts, and temporarily disabled some CI targets so that we can focus on the code problem for now.

Ah, CI is failing because I'm using the just stabilized `OsStr::as_encoded_bytes()` which isn't on stable yet.

Yeah sorry for that, I'll split the PR into smaller ones.

I gave up on separating this into smaller PRs, I'll avoid doing this again, but I did a mess and it would take effort to separate. So... merging :v (when...

No real plans yet, sadly. It would take effort to make it go nicely with multithreading and our Y/N user prompts. ~~We don't have enough contributors to do that while...