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

I'm a Gentoo user and we like to enable/disable features at build time, reducing the dependency tree and compile time. That's why I think it could be neat to make...

enhancement

### Version 0.4.2 ### Description When running ```sh ouch compress LICENSE output --format .tar.gz ``` ### Current Behavior ouch outputs ``` [ERROR] Invalid archive format - Unsupported extension: ``` ###...

bug

### Version 0.4.2 ### Description Parallelism added in #337 doesn't account for the fact that `Ouch` asks questions when decompressing. ### Current Behavior ![image](https://github.com/ouch-org/ouch/assets/38900226/06e02b40-19a1-475f-b651-82cee461c861) `Do you want to overwrite 'dir/ouch'?...

bug

### Version 0.4.2 ### Description `--gitignore` reads the contents of `.gitignore` files and skip the matches when recursing. However, there are some files "ignored by default" by `git` which are...

enhancement

### Version ouch 0.4.2 ### Description -g or --gitignore doesn't seem to work (see attached video). Or am I doing it wrong? The use of **--gitignore** or **-g** is not...

bug

### Version 0.4.2 ### Description When compressing an archive with `--format`, not all positions are supported and the error message isn't helpful. ### Current Behavior ```sh ouch compress a b...

bug
upstream

### Version bda6c270629711cd9072826471553c58766daf56 (main branch) ### Description Created `.tar` and `.tar.gz` archives are bigger than normal. ### Current Behavior Compressing the following folder with `447 MB`: ``` $ du nvidia-utils...

bug
high priority

[bgzip files](https://learngenomics.dev/docs/genomic-file-formats/compression-and-BGZF/) are an extension to gzip that takes advantage of the fact that you can have arbitrary data before and after the actual contents of the gzip file; it...

format-request

## Steps to reproduce `ouch d Archive.zip` with the following file. [Archive.zip](https://github.com/ouch-org/ouch/files/12140417/Archive.zip) ## Expected behavior I want it creates Archive directory with a.htm, b.htm. ## Actual behavior It creates __MACOSX...

enhancement

### Version 0.4.1 ### Description It looks like ouch is asking the user if they want to overwrite the directory to be unpacked when the contents to be extracted overlap....

bug