rfgrep 0.3.0

Advanced recursive file grep utility with comprehensive file type classification - search, list, and analyze 153+ file formats with intelligent filtering and safety policies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Packaging and Deployment
-----------------------

Docker
- Multi-stage Dockerfile is provided at `Dockerfile`. Build with:

```bash
docker build -t rfgrep:latest .
```

Systemd
- Example unit is in `dist/rfgrep.service`. Copy to `/etc/systemd/system/` and enable.

CI
- GitHub Actions workflow at `.github/workflows/ci.yml` runs build, tests, cargo-audit and signs artifacts when `GPG_PRIVATE_KEY` secret is present.

Snap
- `snap/snapcraft.yaml` is included to build a snap package. Use `snapcraft --use-lxd` or remote builders to build snaps.