#keepass #password #clipboard #copy #dmenu #pinentry

app keeprompt

Select a password from a KeePass database and copy it to clipboard

1 unstable release

0.1.1 Apr 23, 2021

#12 in #dmenu

22 downloads per month

MIT license

11KB
213 lines

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"
    

Dependencies

~7–19MB
~242K SLoC