ouch
ouch copied to clipboard
Painless compression and decompression in the terminal
Currently, Ouch only supports archive formats at the start of the chain. ``` x.tar x.tar.gz x.zip x.zip.bz.xz.sz ``` It is a weird use case, but Ouch should be able to...
Ouch emits an error when the user tries to compress the root directory. This used to make sense when compressing was all done in-memory, however, it's been a long time...
Ouch might compress this archive: ``` ouch c src a.tar.gz.xz ``` Or this one: ``` ouch c src a.lz.7z.tar ``` The difference is that `.lz` and `.7z` are not supported...
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.20 to 0.2.22. Commits 469d847 chore: Release e323b91 docs: Update changelog 7101c64 Merge pull request #5557 from tesuji/fish-positional-args-files 5ee1a25 fix(fish): Don't ignore files if has positional args...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.8. Release notes Sourced from clap's releases. v4.5.8 [4.5.8] - 2024-06-28 Fixes Reduce extra flushes v4.5.7 [4.5.7] - 2024-06-10 Fixes Clean up error message when...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. Release notes Sourced from dawidd6/action-download-artifact's releases. v6 Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v5...v6 v5 Full Changelog: https://github.com/dawidd6/action-download-artifact/compare/v4...v5 v4 What's Changed VERSIONING CHANGE: now there will only be...
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.40 to 0.4.41. Commits 2cb0c7b Release 0.4.41 (#361) 618c6ab Update to 2021 edition (#362) a4297c7 Make license metadata SPDX compliant (#357) 2224f6e entry: Use strip_prefix (#329) a37c9b6...
Would it be possible to add a recursive mode to `ouch l`, so you can recursively list the contents of an archive containing archives (i.e. a zip inside of a...
Bumps [infer](https://github.com/bojand/infer) from 0.15.0 to 0.16.0. Release notes Sourced from infer's releases. v0.16.0 Changelog v0.16.0 - 2024-05-31 Build 66c1890 update crate version Features aa9a9d1 add support for DjVu image format...
Bumps [zip](https://github.com/zip-rs/zip2) from 0.6.6 to 2.0.0. Release notes Sourced from zip's releases. v2.0.0 🚀 Features Add fmt::Display for DateTime Implement more traits for DateTime 🚜 Refactor Change type of last_modified_time...