keepassxc
keepassxc copied to clipboard
[Inheritance] Windows Associations and Additional URLs from Groups, parent Groups
Summary
Add a possibility to create:
- [ ] Windows Associations for Groups
- [ ] Additional URLs for Groups
Examples
Windows Associations:
Group: Edit Group>Group>Windows Associations:
- Add Windows Associations to this group
Group[Steam("path/to/steam.exe", "*.exe")]
Group[Mail("path/to/thunderbird.exe", "mail.exe")]
Entry: Edit Entry>Auto Type:
- Inherit Windows Associations from this group
Additional URLs:
Group: Edit Group>Group>Additional URLs:
- Add Additional URLs to this group
Group[gMail("gmail.com", "https://mail.google.com/")]
Group[yahMail("https://mail.yahoo.com")]
Entry: Edit Entry>Browser Integration:
- Inherit Additional URLs from this group
Context
Now you need to open each entry to add windows association or urrls for it. But if you have multiple accounts, you need to repeat this step every entry.
If this is to be multiplatform, we probably need multiple associations:
Group: Steam := "steam.exe", "/usr/bin/steam", etc....