ouch
ouch copied to clipboard
Painless compression and decompression in the terminal
### Version 0.5.1 ### Description When trying to compress a file that is already a `.tar` file using a command like so: `ouch c foo.tar foo.tar.zst`, the result is a...
### Version 0.5.1 ### Description When i try to decompress big bz2 file (entire wikipedia downloaded from [here](https://meta.wikimedia.org/wiki/Data_dump_torrents)) it results in file which is only 2.6KB. Compressed version is 21GB....
resolve https://github.com/ouch-org/ouch/issues/576 there's a bug in unrar.rs I submitted a PR https://github.com/muja/unrar.rs/pull/49 we need to wait upstream get merged so that we can have CJK filename support for rar files
I usually compress directory to tgz with same basename in the following way. ```powershell ouch compress dir1 dir1.tgz ``` Sometimes dir1 is complex with special char, I don't like to...
## cargo-hack I recently discovered [cargo-hack](https://github.com/taiki-e/cargo-hack/) which has the powerful (😉) feature of `--feature-powerset`, which allows easy testing of all possible combinations of features. This has two main benefits compared...
Hello `ouch` team, First of all, thank you for developing such a practical and user-friendly tool. `ouch` has been incredibly useful, especially the `list` command's `--tree` option, which displays the...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.16. Release notes Sourced from clap's releases. v4.5.16 [4.5.16] - 2024-08-15 Fixes (derive) Improve error messages when derive feature is missing v4.5.15 [4.5.15] - 2024-08-10...
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.9.1 to 1.10.0. Commits e223ec6 1.10.0 c4a2b89 1.9.2 06b1f14 api: add impl\<'a> From\<&'a BString> for Cow\<'a, BStr> See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.4.0 to 1.5.0. Commits ca308b0 Merge pull request #462 from mirandaconrado/master 0a53eda Merge pull request #467 from matthew-russo/macro-0.1 96a2dab Merge pull request #464 from matthew-russo/master f818fa2 Release...