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

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...

enhancement
pending decision

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...

enhancement

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: ![image](https://github.com/ouch-org/ouch/assets/21986859/7669edd1-917e-4a95-b42b-2fbbf4dc0edf) ###...

bug

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...

enhancement

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)

format-request

See : https://github.com/kspalaiologos/bzip3 Also see: https://crates.io/crates/bzip3

format-request

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...

enhancement

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)....

enhancement

### 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...

bug