This commit is contained in:
rmanach 2022-04-12 14:09:30 +02:00
commit 26835406d7

View File

@ -1,3 +1,15 @@
# packer
Simple CLI to zip files where the filenames match with a regex
A simple CLI tool to find and zip file corresponding to a given regex
## Installation
* Clone the repository
```bash
git clone https://gitea.thegux.fr/rmanach/packer
```
* Build the binary
```bash
make build
```