ouch
ouch copied to clipboard
Painless compression and decompression in the terminal
Hi, Could you add ignore pattern (`--exclude`) like there is on the `tar` command? I've set the `--gitignore` flag, however it's not reading the .gitignore files from the folders inside...
close #825
Nothing fancy, just generate nushell completions too. That functionality is provided somehow by a separate crate [clap-rs/clap - clap_complete_nushell](https://github.com/clap-rs/clap/tree/master/clap_complete_nushell)
### Version v0.6.1 ### Description https://github.com/ouch-org/ouch/pull/798#issuecomment-2888477955 ### Current Behavior ```bash [ERROR] failed to rename file from /home/arch/code/xxx/ouch/./tmp-ouch-cIZ8w1/parent to ./parent ``` ### Expected Behavior No error occurs ### Additional Information by...
Fixes #820
### Version 0.6.0 ### Description When I run ``` $ ouch l ouch-aarch64-pc-windows-msvc.zip | head -n 5 Archive: /home/marcospb19/Downloads/ouch-releases/ouch-aarch64-pc-windows-msvc.zip ouch-aarch64-pc-windows-msvc// ouch-aarch64-pc-windows-msvc/man// ouch-aarch64-pc-windows-msvc/man/ouch-decompress.1 ouch-aarch64-pc-windows-msvc/man/ouch-compress.1 ``` I see duplicated slashes when it's...
### Version 0.6.1 ### Description When creating a `.zip` file in windows, the path of folders use backslashes, which results in errors when opening the archive with apps like 7zip....
### Version 0.6.1 ### Description https://github.com/ouch-org/ouch/pull/782 introduced unpacking straight into the target directory when `--dir` is specified. In Windows, however, this does not work as expected. It tries deleting and...
Hi! Just going over features of `tar` we use at GStreamer, and I thought these would be useful: - output path transformation (https://gitlab.freedesktop.org/gstreamer/cerbero/-/blob/main/cerbero/packages/disttarball.py#L194-196) (currently `ouch` outputs relative paths verbatim only)...
It my seem weird using `-d ./` because `ouch` extract in the current directory already, I'm not sure what I was trying to do back then.. :( But when I...