Extract icon indicating copy to clipboard operation
Extract copied to clipboard

Bash/Zsh function for extract: .zip, .rar, .bz2, .gz, .zlib, .tar, .tbz2, .tgz, .Z, .7z, .xz, .exe, .tar.bz2, .tar.gz, .tar.xz, etc.

Results 3 Extract issues
Sort by recently updated
recently updated
newest added

I believe the saner bash syntax would be to wrap this, but I could be wrong, does someone have a `.cso` file that this could be tested on?

in tar version of 1.26, extract a .tar file with tar zxvf have error of ``` gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is...

Hello correct me if I'm wrong but, - doing `PATH=script_dir/extract.sh:$PATH` seems highly irregular - It doesn't actually work, the bash function extract is not being run anywhere I propose to...