An open API service indexing awesome lists of open source software.

https://github.com/dubniczky/zeep

A simple and fast bulk zipper cli application
https://github.com/dubniczky/zeep

bulk-operation cli cli-app compression go golang simple-app zip

Last synced: about 1 year ago
JSON representation

A simple and fast bulk zipper cli application

Awesome Lists containing this project

README

          

# Zeep

A simple and fast bulk zipper cli application

## Support ❤️

If you find the project useful, please consider supporting, or contributing.

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dubniczky)

## Usage

### Build

Build single version for current system

```bash
make build
```

Build multiple versions for different pre-specified systems

```bash
make publish
```

### Run

Run tests

```bash
make run
```

Run executable directly

```bash
cd bin
./zeep [FILE_LIST]
```