| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…es, the second is opened with a password find in the first one
|
I am learning, I will check this asap |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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