ouch
ouch copied to clipboard
Painless compression and decompression in the terminal
When decompressing an archive, there is a risk of messing up the current folder, if the archive is huge it will mix your folder with a lot of files and...
When using the `--format` flag, `Ouch` will decompress the output while overwriting the input file. ``` $ touch file $ ouch compress file file.zst.zst.zst [INFO] Successfully compressed 'file.zst.zst.zst'. $ ouch...
We are treating `.bz` like it's the same as `.bz2`, upon further inspection, it's not the case, we only properly support `.bz2`.
### Version 0.4.1 ### Description I came a cross this panic when I was trying to decompress a ZIP file with two `.zip` suffixes. It's easy to reproduce:  ###...
Hi, Thank you for creating `ouch`. It's a great tool. Save time remembering all the flags for every different compressed file. Maybe `ouch` was not designed for binary packages, like...
https://www.gnu.org/software/cpio/ https://en.wikipedia.org/wiki/Cpio crates: [cpio](https://docs.rs/cpio), [cpio-archive](https://docs.rs/cpio-archive)
See : https://github.com/kspalaiologos/bzip3 Also see: https://crates.io/crates/bzip3
Currently, `Ouch` accepts the range `1-9` for `.bz`. https://github.com/ouch-org/ouch/blob/e0391a872be097f6d63f75a56d96e4344d3512e3/src/commands/compress.rs#L56 From [the documentation](https://docs.rs/bzip2/0.4.4/bzip2/struct.Compression.html#method.new) of the lib we use: > Create a new compression spec with a specific numeric level (0-9). We...
Currently, trying to decompress a `tar.gz` file without the `tar.gz` extension, only recognizes the `gz` format, and leaves you with a folder containing a single `tar` file (also without extension)....
### Version 0.4.1 ### Description I installed ouch in my alpine linux (on a VMware virtual machine) using cargo (with `cargo install ouch`) However it failed to create , extract...