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.