ouch
ouch copied to clipboard
Painless compression and decompression in the terminal
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:  Sometimes I compress/decompress many archives and feel a little dizzy looking at terminal, so I thought about adding green/ish color to...
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...
Fixes #517.
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...
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,...