ouch icon indicating copy to clipboard operation
ouch copied to clipboard

Painless compression and decompression in the terminal

Results 154 ouch issues
Sort by recently updated
recently updated
newest added

The underlying C++ library of unrar.rs uses [a proprietary license](https://github.com/muja/unrar.rs/blob/master/unrar_sys/vendor/unrar/license.txt) that includes some hostile restrictions. As explained by [Fedora Wiki](https://fedoraproject.org/wiki/Licensing:Unrar), these restrictions make it GPL-incompatible and non-free. - The good...

If we compress/decompress something it looks like this: ![ps_20231202213624](https://github.com/ouch-org/ouch/assets/44477799/58a8698a-9367-4be1-9567-b811452263d5) Sometimes I compress/decompress many archives and feel a little dizzy looking at terminal, so I thought about adding green/ish color to...

enhancement

Closes #398 Signed-off-by: Jonas Frei This PR adds support for the [bzip3](https://github.com/kspalaiologos/bzip3) format. I tested it to the best of my knowledge and it seemed to work fine. Unlike the...

Hopefully closes #431 See https://github.com/ouch-org/ouch/issues/431#issuecomment-1575100804 for context

Adds a Python integration script (similar to the one we had in 2021) To-do in this PR: * [ ] add it to CI * [ ] add a test...

The pre-compiled macOS binary appears to be x86 only. Would it be possible to have a universal build supporting ARM architecture? When building from source using `cargo install ouch` rustup...

Hi! Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects - the results are available [here](https://github.com/zamazan4ik/awesome-pgo). So that's why I think it's worth trying to apply PGO to...

enhancement

As pointed out by @bczhc at #522: > Actually `xz` has some difference with `LZMA` format (`xz --format=xz` vs `xz --format=lzma`). IMO `xz` is a container format of `LZMA2` format,...