python-keepassx
python-keepassx copied to clipboard
add getpwd parameter to have stout output.
My need is to open a shared keepass (me too, it sound weird) with a password stored in my private keepass. I have an alias like that
alias kpec='kp -d ~/dir/mine.kdb getpwd '''Keepass enqu''' | kp -d /shareddir/shared.kdb --stdin get' And I can find entries in the second one like that : kpec "Plesk website.com"
First try in Python, sorry if it's messy
I am learning, I will check this asap