Crates.io | zst_compress |
lib.rs | zst_compress |
version | |
source | src |
created_at | 2024-12-05 06:33:07.498707+00 |
updated_at | 2025-02-20 06:13:00.825951+00 |
description | Helper tool for `tar --zstd` |
homepage | |
repository | |
max_upload_size | |
id | 1472903 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Do batch compression with standard tools.
Simplify the work for team data maintainers.
Put the .bin
folder alongside the zst_compress
and zst_extract
binary.
Change directory to the archive folder you are working with, open windows terminal and run zst_compress.exe or zst_extract.exe with absolute path.
Install eza
with package manager of your choice.
Put the binary files zst_compress
and zst_extract
in path and run them in desired working directories.
Usage: zst_extract.exe [OPTIONS]
Options:
-p, --preserve Preseve original files after compression
-f, --flag Leave flag text pointing to compression target
-i, --input <INPUT> Select a single input file
-x Implement extraction for zst_compress binary
-t, --target <TARGET> Target location for oprated files
-h, --help Print help
-V, --version Print version