rzip-0.9.0 is not a library.
Visit the last successful build:
rzip-0.9.20
About
- Simple ZIP-per.
- Able to exclude something like
node_modules
,.git
.
Getting Started (with Source)
- Modify to implement your own filter.
git clone https://github.com/mass10/rzip
cargo build --release
target\release\rzip.exe
Getting Started (with Binary)
- Not recomended unless you understand what you're doing.
cargo install --git https://github.com/mass10/rzip --branch main
rzip path\to\directory
settings.toml
= [
".git",
".settings"
]
= [
"*.vcxproj.user",
"*.obj"
]
Future Plans
- Enable to excluding filters on your own settings.toml. (WIP)