ztee

Crates.ioztee
lib.rsztee
version0.1.0
sourcesrc
created_at2020-05-02 22:34:46.901895
updated_at2020-05-02 22:34:46.901895
descriptionSimilar to unix command tee, but compresses file output
homepage
repositoryhttps://github.com/dagit/ztee
max_upload_size
id236824
size7,495
Jason Dagit (dagit)

documentation

README

ztee

Works similarly to tee but the file output is gzip compressed.

This is a very simple program and probably lacks features of a real tee implementation, but should still be useful in many cases.

Installation

  1. From crates.io:
cargo install ztee

Usage

$ ztee --help
ztee is like tee but with gzipped file output 0.1.0
Jason Dagit <dagitj@gmail.com>
Duplicates stdin to stdout and also a compressed file.

USAGE:
    ztee <FILE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <FILE>    Write compressed stream to FILE
Commit count: 3

cargo fmt