codecentric / gopass-ui

gopass CLI + UI = visual cross-platform password manager for teams
MIT License
245 stars 19 forks source link

Ability to create new passwords/folders off a selected one #61

Open svenXY opened 4 years ago

svenXY commented 4 years ago

The password-creation dialog is currently rather crude in that one needs to write the complete path into the "secret name"-field. Even the cli with its completion features is much better there.

Seeing the store with the tree in the lefthand-side, I would expect to be able to see which item in the tree is currently active. Then when clicking the plus-Icon, at least the "secret name"-field should be pre-filled with what is selected on the lefthand-side. Even better, right-clicking in the tree could have a context-menu that allows (possibly among other things) for creation of new items, it being subfolders in the tree or passwords.

ruettenm commented 3 years ago

Hi, thanks for the feedback. Currently we don't have so much time to work on this side project.

If you want to see this feature on short term: Feel free to open a pull request ;-)

best regards Matthias