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
- Host: GitHub
- URL: https://github.com/dubniczky/zeep
- Owner: dubniczky
- Created: 2022-07-22T11:33:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T12:05:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T19:49:07.016Z (over 1 year ago)
- Topics: bulk-operation, cli, cli-app, compression, go, golang, simple-app, zip
- Language: Makefile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](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]
```