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

While using `ouch`, I ran into three related CLI UX issues around “supported formats.” They all seem to stem from the lack of a straightforward, authoritative way to list formats...

enhancement

### Version 0.6.1 ### Description Ouch uses `fs::rename` (equivalent to `mv`) to perform atomic decompression, and "smart unpack" (flattening of decompressed archives when the the top-level directory is another directory,...

bug

Hello! Hope you are doing well. ### Description `ouch` only decompresses the first gzip stream when handling concatenated gzip files, resulting in incomplete decompression. I tried with `gunzip` and it...

bug

### Version 0.6.1 ### Description Download this .zip archive: https://github.com/balena-io/etcher/releases/download/v2.1.2/balenaEtcher-linux-x64-2.1.2.zip Try to decompress with ouch: ```sh ouch d balenaEtcher-linux-x64-2.1.2.zip ``` See error: `[ERROR] No such file or directory (os error...

bug