Compress or expand files using LZ77 and Huffman coding
TypeScript definitions for gunzip-maybe
Gunzip a stream if needed
Transform stream that gunzips its input if it is gzipped and just echoes it if not
Download a tarball (optionally gzipped) to a folder & extract it in the process. Uses the wonderful & super quick tar-fs & gunzip-maybe srcraries.
Uncomplicated async gzip and gunzip functions for node.js.
GNU gzip compression for agentOS (gzip, gunzip, zcat)
Uncompress gzip files in your gulp build pipeline
Extract a source .gz archive to a specified destination file.
Download a tarball (optionally gzipped) to a folder & extract it in the process. Uses the wonderful & super quick tar-fs & gunzip-maybe libraries.
Magical gzip/gunzip on calls to setz(), getz(), mgetz()
Unzips gzipped streams to ensure that the content being read is always uncompressed
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
gunzip files in the directory
`gunzip` a file from a URL the first time, and `rsync` the cached file subsequently.
Transform stream that decompress its input if it's compressed, and echoes it if not
Async gunzip file
Gzip and Gunzip text, File, Blob, Uint8Array or stream using native Javascript Compression API
filesystem bindings for tar-stream
convenience wrapper around fs gunzip and node-tar to stream file entries' data.
streaming gzip/gunzip bzip/bunzip (2) for node, requires libz/libbz2 (built on wave.to/node-compress)
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
get resouce by request and gunzip it to callback
``` gunzip -c mysite_access_log* | find-downtime [--seconds=120] ```
Uncompress concatenated gzip files back into separate files.
esm modules for gzip compression and/or decompression, with sync and async (worker) versions
The fastest parallel gzip. Drop-in replacement for gzip and pigz, and a Rust library.
Analyse JSONL documents to infer schemas, detect type collisions, and emit Avro/JSON schemas
Display realtime statistics from stdin. `gunzip -c foo.gz | stream_stats > foo`
quickly filter fastq files
CLI utility for Pact plugins
Compression utilities for RongJS
A highly parallel Perl 5 interpreter written in Rust
Reads Varnish Cache VSL (binary) log stream and produces structured log records in JSON format
Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD.
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
zu == Unzipper (in the tradition of `uz`, but better). Works for .tgz, .xz, .zip, .deb, .rpm — you name it. (Literally. If you find an archive that it doesn't open, let me know about it and I'll add that.) If you have an archive sitting there of format `xyz`, then `zu foo.xyz` should take care of it. It will: - Know how to extract the archive (based on extension ┈ though a version that detects based on `file` is something we're considering) - Guard against impoliteness. That is, if the archive only has one file, it will be permitted to extract into the current directory, otherwise it will first `mkdir foo; cd foo` then extract there. (The directory name will be the archive file minus the extension.) - Download the file first, using `wget`, if the arg starts with `http:`, `https:`, or `ftp:` - Remove the archive file if you pass `-d` Dependencies ------------ `zu` doesn't strive to be dependency-free by any means. For starters, it expects Ruby. Then it simply delegates to `unzip`, `gunzip`, `tar`, etc. Not sure if I ever plan on changing this. The main purpose is to optimize the command-line extraction of archives on a configured box. Installation ------------ 1. Have Ruby 1.8 (with gems) or 1.9 2. `gem install zu` Feedback -------- Tell us. (exad-zu@sharpsaw.worg)[mailto:exad-zu@sharpsaw.org]