15 lines
224 B
Markdown
15 lines
224 B
Markdown
# packer
|
|
|
|
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
|
|
``` |