# redacta
[](https://crates.io/crates/redacta)
[](https://github.com/lhalf/redacta/releases)
[](https://github.com/lhalf/redacta/actions/workflows/on_commit.yml)
[](./LICENSE)
Command line tool for redacting information from text.
> [!WARNING]
> This is an early stage implementation, it might not redact accurately.
## Install
Download from [releases](https://github.com/lhalf/redacta/releases) then:
```bash
tar -xvzf redacta.tar.gz
```
Or install via cargo:
```bash
cargo install redacta
```
## Usage
Takes logs via stdin and forwards redacted logs to stdout.
```
$ redacta --help
Usage: redacta [OPTIONS]
Options:
--ipv4 Enable IPv4 redaction
--ipv6 Enable IPv6 redaction
-h, --help Print help
-V, --version Print version
```
## Example
```bash
```