BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
445 stars 43 forks source link

Add stdout feature to szip #55

Open Lynnesbian opened 1 year ago

Lynnesbian commented 1 year ago

This pull request adds gzip's -s/--stdout flag to the szip binary. This allows for outputting (de)compressed data to the terminal instead of writing directly to a file.

andrew-rj commented 10 months ago

Hello! I am interested in this feature. I was working on adding szip support to ripgrep, and I think szip needs to support stdout for this.