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: