Results 209 comments of João Marcos
trafficstars

> be the only compression/decompression tool that the user needs That's not exactly true, we knew from the start that we wouldn't be able to cover all compression formats because...

Thanks for your bug report! You tried installing `ouch 0.3.1`, in this version we used a locked version of `clap` that is failing to compile `heck`. To solve this issue...

Thanks for the update, yeah I agree, warnings are more than enough.

I think that the best way it to migrate to `clap`, it will provide us with `man pages` as well as `shell completions` for various shells (maybe we should use...

Oh yeah, I think the default template of `clap` is compatible with `help2man`, we could have a `build.rs` file to do it, I'm not sure how it works tho. Removing...

It's a weird idea to install shell completions with an installation script just copying files with `sudo mv`, for `NixOS` and `Arch` (with `AUR`) we can properly install with package...

Oh yeah, I unchecked that one checkbox. Taking a look again at this issue again, I'm questioning if installing shell completions with `sudo` in the users system is too aggressive...

Just stopped to think about it, and we don't give this amount of context info when compressing with `zip` too. And there are multiple points in that source code where...

@vrmiguel will adding `indexmap` change the order of the listing to be deterministic in this case? If so, I'd agree with changing to it.

@vrmiguel @GabrielSimonetto what do you guys think about: 1.Giving `'asd.zip'` cyan color? (maybe too much?) --- 2. Adding some visual cues to emphasize more that this line is different from...