/star

simple tar archive compression/decompression tool

Primary LanguageRustGNU General Public License v3.0GPL-3.0

star

simple tar archive compression/decompression tool

Install

    cargo install star

Example

star c foo.xz Cargo.toml to foo/

star c foo.xz from ./**/*.dll to lib/ from ./**/*.exe to bin/

star c foo.xz Cargo.toml to foo/Bar.toml

star x foo.xz

star x foo.xz bar/

more

star --help

License: GPL-3.0-only