2 releases
new 0.1.9 | Dec 18, 2024 |
---|---|
0.1.8 | Dec 5, 2024 |
#1405 in Command line utilities
139 downloads per month
13KB
247 lines
Scope
-
Do batch compression with standard tools.
-
Simplify the work for team data maintainers.
Installation
For Windows 10/11 systems
-
Put the
.bin
folder alongside thezst_compress
andzst_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.
For Linux systems
-
Install
eza
with package manager of your choice. -
Put the binary files
zst_compress
andzst_extract
in path and run them in desired working directories.
Usage
Usage: zst_extract.exe [OPTIONS]
Options:
-p, --preserve Preseve original files, do not delete
-t, --target <TARGET> Target location for oprated files
-h, --help Print help
-V, --version Print version
Dependencies
~1–1.7MB
~31K SLoC