From bf42bd502cfdb663425a588adfd7b7257e6e9b3f Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Mon, 19 May 2025 19:05:14 -0400 Subject: [PATCH] commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4946c16..ca1971f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Each line should be a literal string to redact. Lines starting with `#` are igno redaction: [your-censor-string] ``` +You may also use `import:` to import an entire dir's text content as a set of blocked strings. + Example `.blocked_words.txt`: ``` @@ -46,6 +48,7 @@ Example `.blocked_words.txt`: redaction: ABC123XYZ456 supersecretpassword +import: ~/.ssh ``` ## Security