Zip, unzip and list archive contents in just a few seconds using your terminal. No need to click or select anything! Download the precompiled binary or build it yourself down below.
zippo version 0.2.0 -- A simple command line ZIP utility.
z zip [OPTIONS] use -h to read more on creating a zip archive
u unzip [OPTIONS] use -h to read on how to extract an archive file
l list lists zip archive contents
v version display current version
h help This help information.
EXAMPLE: zippo zip -p=assets/hello
- D compiler (DMD is recommended)
- DUB package manager
- Clone the repository to your machine:
git clone https://github.com/rillki/zippo.git
- Open your terminal or command line and go to
zippo
folder:
cd zippo
- Build the binary
dub --build=release
Your will find the binary in the bin/
folder. Add it to your PATH
to use it freely.
All code is licensed under the MIT license.