codecentric / gopass-ui

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

Password detection: Detect which entries are passwords #7

Closed jonas-pietzsch closed 5 years ago

jonas-pietzsch commented 5 years ago
  1. In the detail view of a secret, it should show whether this secret is a password by showing an icon if applicable
  2. In the left sidebar navigation, the mechanism to show the password icon should also rely on evaluating the password secret path RegEx.

Ideas for later: In the settings, a RegEx should be configurable that determines if a secrets' path yields a password. The default value should simply detect a password if "password" is included in the secrets' path.