Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to generate and save a new password #20

Open
pbkhrv opened this issue Oct 21, 2019 · 0 comments
Open

Ability to generate and save a new password #20

pbkhrv opened this issue Oct 21, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@pbkhrv
Copy link
Owner

pbkhrv commented Oct 21, 2019

Simplest workflow:

  • User enters "kp new entry title"
  • 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.

@pbkhrv pbkhrv added the enhancement New feature or request label Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant