ouch-org / ouch

Painless compression and decompression in the terminal
https://crates.io/crates/ouch
Other
2.18k stars 75 forks source link

feature: support decompress and list archive file with password #646

Closed ttys3 closed 5 hours ago

ttys3 commented 5 months ago

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

ttys3 commented 5 months ago

finally get tests issue on musl libc, aarch64, armv7 and macOS resolved.

ttys3 commented 5 days ago

good news, After waiting for a rather long time, the upstream finally merged my PR.

we can continue this PR now

ttys3 commented 4 days ago

all checks are green now, cheers!

I updated cross-rs image for aarch64-unknown-linux-gnu and armv7-unknown-linux-gnueabihf because its gcc version is too old.

see https://github.com/cross-rs/cross/blob/4645d937bdae6952d9df38eff3ecb91fd719c3bd/README.md?plain=1#L323

image