keeprompt

Crates.iokeeprompt
lib.rskeeprompt
version0.1.1
sourcesrc
created_at2021-04-23 11:54:06.570031
updated_at2021-04-23 11:54:06.570031
descriptionSelect a password from a KeePass database and copy it to clipboard
homepage
repositoryhttps://github.com/psnszsn/keeprompt/
max_upload_size
id388577
size25,666
Vlad Panazan (psnszsn)

documentation

README

KeePrompt

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.

Installation

  • Install from AUR / Cargo
  • Create ~/.config/keeprompt/config.toml
    database = "/home/user/Passwords.kdbx"
    dmenu = "bemenu"
    pinentry = "pinentry-gnome3"
    
Commit count: 10

cargo fmt