From da7b3ee15a2af13895b3bfecfcbc427253e0be4b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 30 Nov 2019 18:54:17 +0000 Subject: [PATCH] docs: update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 712b584..1cc5df5 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ PASH_DIR=/mnt/drive/pash pash list Set the environment variable `PASH_CLIP` to a command. +**NOTE**: I advise that you disable clipboard history in managers like KDE's `klipper` before copying passwords through `pash`. Your Desktop Environment's clipboard manager may read entries from the X clipboard when `xclip` is used. + +**NOTE**: `pash` will correctly clear all clipboards which have history disabled. + ```sh # Default: 'xclip -sel c'. export PASH_CLIP='xclip -sel c'