Generic update.
This commit is contained in:
parent
18a5d10ee6
commit
8d1e0386db
2 changed files with 12 additions and 1 deletions
9
dmenu-keepassxc
Executable file
9
dmenu-keepassxc
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Simple dmenu script to ask for keepassxc database password, and get the password of asked account
|
||||
|
||||
db=$(grep database ~/.config/dmenu-keepassxc/config | cut -d: -f 2)
|
||||
|
||||
kf=$(grep keyfile ~/.config/dmenu-keepassxc/config | cut -d: -f 2)
|
||||
|
||||
dmenu -P -p "Enter KeePassXC database password" | keepassxc-cli show -sa password -k $kf $db "$@"
|
Loading…
Add table
Add a link
Reference in a new issue