You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ext displays search results and "Generate and save password / Create 'new entry title'"
User selects "Generate..." and presses Enter
Ext runs keepassxc-cli add -g database_path "new entry title"
Ext copies the new password to the clipboard
(Password length and generation options can be made configurable, passed as CLI options)
One downside of this approach is that there's not a straightforward way to specify username or URL for the new entry. There might be a ulauncher-centric solution for that, need to think about it.
The text was updated successfully, but these errors were encountered:
Simplest workflow:
keepassxc-cli add -g database_path "new entry title"
(Password length and generation options can be made configurable, passed as CLI options)
One downside of this approach is that there's not a straightforward way to specify username or URL for the new entry. There might be a ulauncher-centric solution for that, need to think about it.
The text was updated successfully, but these errors were encountered: