kpcli icon indicating copy to clipboard operation
kpcli copied to clipboard

How do you use this from the CLI

Open SaulMoonves opened this issue 11 months ago • 1 comments

I have no clipboard because I am using the console. Is there a way to make this just output the password to stdout?

SaulMoonves avatar Mar 07 '24 19:03 SaulMoonves

I also had a problem here, the functionality to paste to the clipboard just doesn't work for me on KDE Plasma running Ubuntu.

It turns out, though, that you can get it to show the password. There is a --show-password or -s option. It just isn't documented anywhere.

So you can just do:

kpcli get -s 'Entry Name'

Or, if running from a local install using poetry:

python -m poetry run kpcli get -s 'Entry Name'

simon-20 avatar Apr 19 '24 08:04 simon-20