kptui 0.20.0

TUI password manager for KeePass vaults
1
2
3
4
5
6
7
8
9
10
11
# Existing KDBX database to open
default_database = "~/.local/share/kptui/default.kdbx"

# Optional KeePass keyfile (leave unset for password-only vaults)
#keyfile = "~/.local/share/kptui/default.keyx"

# Seconds of inactivity before locking the vault
auto_lock = 300

# Name of a theme installed in ~/.config/kptui/themes/
theme = "melange_dark.toml"