Skip to content

YaniAless/rzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rzip

This is a school project made with around 15 hours of Rust

RZIP is a small CLI tool created with Rust language to zip/unzip multiple files.

We are using Clap to handle command parsing

Special thanks to Zbigniew Siciarz's blog for the help with zip

Usages

When in the folder of rzip you can use these commands

For the name of your file when zipping you'll need to add the file extension in your FILENAME (filename.zip)

    cargo run zip <ZIP_FILE_NAME> [FILES]
    cargo run unzip <ZIP_FILE_NAME>

Windows

  • You can add the the path to the rzip folder in your PATH environnement variable to use 'rzip' command from anywhere

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages