cdown / clipmenu

Clipboard management using dmenu
MIT License
1.1k stars 90 forks source link

Option to not store passwords #197

Closed mgpinf closed 1 year ago

mgpinf commented 1 year ago

Whenever password using pass gets copied to clipboard for a limited duration (say 45 seconds), even these get added to the clipmenu interface

cdown commented 1 year ago

There's already a password manager agnostic way to do that :)

clipctl disable
[run password manager]
clipctl enable

You can easily put this in a script around pass.

mgpinf commented 1 year ago

Thank you so much :)