How do I check if the database is unlocked? #7906
-
is there a way to check if keepassxc is ulocked from the command line? keepassxc --status or something like that I want to write a polybar module that indicates if the database is currently open or not. thanks for this amazing software |
Beta Was this translation helpful? Give feedback.
Answered by
droidmonkey
Apr 16, 2022
Replies: 2 comments 2 replies
-
I got until now: use secret tool to store anything, and then check if i can access it ❯ secret-tool store --label='is_keepassxc_open' check status
Password: yes
# use this to check everytime
❯ secret-tool lookup check status
yes # databse is unlocked
|
Beta Was this translation helpful? Give feedback.
0 replies
-
No we do not disclose that information that easily. You will have to use the browser api and register a connection. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Flinner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No we do not disclose that information that easily. You will have to use the browser api and register a connection.