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
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>- You can add the the path to the rzip folder in your PATH environnement variable to use 'rzip' command from anywhere