|
|
|
|
|
by draven
3900 days ago
|
|
I use pass ( http://www.passwordstore.org/ ) It can copy your password to the clipboard, and erases it after 45 seconds (by default.) It's still implemented as a shell script and uses xclip. Reading the shell script I can see they thought about some clipboard managers which store their entries in plain text: # Clipboard managers frequently write their history out in plaintext,
# so we axe it here:
qdbus org.kde.klipper /klipper org.kde.klipper.klipper.clearClipboardHistory &>/dev/null
|
|