Compress and/or encrypt folders fast. Like, really fast. or as some say... blazingly fast.
To install Zap, run the following command from the project root:
cargo install --path .
zap archive [INPUT] [OPTIONS]
Eg:
zap archive /path/to/dir -ce
Using zap archive --help
will list the available options for encryption and compression.
zap extract [ARCHIVE]
Where the [ARCHIVE]
is the path to the file which you want to extract.
Using zap archive --help
will list the available options for encryption and compression.
zap extract ./dir.zap
zap list [ARCHIVE]
coming soon
This project is licensed under the LGPL v3.
See LICENSE.md file for details.
Note that Zap is still alpha software and is bound to change core features until version 0.5.0