packer/README.md
2022-04-12 12:11:49 +00:00

17 lines
320 B
Markdown

# packer
A simple CLI tool to find and zip file corresponding to a given regex.
**NOTE**: if you have experience using Linux bash command, prefer use `find` + `zip` command.
## Installation
* Clone the repository
```bash
git clone https://gitea.thegux.fr/rmanach/packer
```
* Build the binary
```bash
make build
```