Skip to content

An extremely fast alternative to zip which is written in rust.

License

Notifications You must be signed in to change notification settings

ThaddeusTreloar/Zap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zap

Compress and/or encrypt folders fast. Like, really fast. or as some say... blazingly fast.

Installation

To install Zap, run the following command from the project root: cargo install --path .

Usage

In order to compress a folder with Zap, run:

zap archive [INPUT] [OPTIONS] Eg:

zap archive /path/to/dir -ce

Using zap archive --help will list the available options for encryption and compression.

In order to decompress a Zap archive

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

In order to list the contents of a Zap archive

zap list [ARCHIVE]

coming soon

In order to rotate the secrets of a Zap archive

zap rotate [ARCHIVE]

coming soon

License

This project is licensed under the LGPL v3.

See LICENSE.md file for details.

LGPL v3 Logo

Note that Zap is still alpha software and is bound to change core features until version 0.5.0

About

An extremely fast alternative to zip which is written in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%