| Crates.io | keeprompt |
| lib.rs | keeprompt |
| version | 0.1.1 |
| created_at | 2021-04-23 11:54:06.570031+00 |
| updated_at | 2021-04-23 11:54:06.570031+00 |
| description | Select a password from a KeePass database and copy it to clipboard |
| homepage | |
| repository | https://github.com/psnszsn/keeprompt/ |
| max_upload_size | |
| id | 388577 |
| size | 25,666 |
I wrote this in order to use a KeePass database like you whould use pass.
This uses pinentry to prompt you for the master password, unlocks the database, prompts you to select a password using dmenu and finally copies it to clipboard using xclip/wl-copy.
database = "/home/user/Passwords.kdbx"
dmenu = "bemenu"
pinentry = "pinentry-gnome3"