ouch
ouch copied to clipboard
Painless compression and decompression in the terminal
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...
### 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: ``` ###...
### Version 0.4.2 ### Description Parallelism added in #337 doesn't account for the fact that `Ouch` asks questions when decompressing. ### Current Behavior  `Do you want to overwrite 'dir/ouch'?...
### 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...
### 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...
### 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...
### 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...
[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...
## 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...
### 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....