Show HN: Biip – Redact PII

1 crodjer 0 8/31/2025, 12:06:02 PM github.com ↗
`biip` is a cli tool that I use to redact any PII that may be present in text.

Its been very useful to share context with LLMs while removing any sensitive details that the LLM may not care about. I prefer copying over text over giving LLMs direct access.

Just `fd -t f | xargs biip | pbcopy` coupled with a well written `.fdignore` will be sufficient to share whole repository as context with LLMs.

Comes with a few redactors by default and we can add more through env variables.

Comments (0)

No comments yet