ouch
ouch copied to clipboard
Painless compression and decompression in the terminal
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...
### 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,...
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...
### 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...