From ae53ff0e4bd47d0bbef4b0967b8e3f9063f4a92c Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Wed, 14 Aug 2024 18:51:09 +0200 Subject: [PATCH] Docs update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9c025f5..d429b3f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Google Cloud Platform's DLP API. * Google Cloud Storage (GCS) * Amazon Simple Storage Service (S3) * Zip files + * Clipboard (text content and images) * **DLP Integration:** * [Google Cloud Platform DLP](https://cloud.google.com/security/products/dlp?hl=en) for accurate and customizable redaction for: @@ -217,6 +218,12 @@ Override media types based on filenames: redacter cp --mime-override "text/plain=*.bin" ... ``` +Redact an image from clipboard: + +```sh +redacter cp clipboard:// tmp/image/ ... +``` + ## List (LS) command For convenience, the tool also supports listing files in the source directory so you can see what files will be copied: