kpcli
kpcli copied to clipboard
How do you use this from the CLI
I have no clipboard because I am using the console. Is there a way to make this just output the password to stdout?
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'