rillki / zippo

Command line ZIP utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zippo

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.

Usage

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

Building and Installing

Required

Compiling

  1. Clone the repository to your machine:
git clone https://github.com/rillki/zippo.git
  1. Open your terminal or command line and go to zippo folder:
cd zippo
  1. Build the binary
dub --build=release

Your will find the binary in the bin/ folder. Add it to your PATH to use it freely.

LICENSE

All code is licensed under the MIT license.

About

Command line ZIP utility

License:MIT License


Languages

Language:D 100.0%