-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(get,totp,store): Group filter --group and --git-groups
Filter login entries by group names provided by --group option. This option can be repeated. Since the store operation consists of getting existing entries then update or create an entry, this option also applies to store. One minor difference from get is that when a new entry is created, --group options at the global position are ignored, i.e. it uses the first local --group option if it's present, or the dedicated group created by git-credential-keepassxc configure. Also a new --git-groups option is added to filter login entries using the names of the dedicated groups. Note that it filters all entries by all groups from all databases, which can lead to unexpected results if a user has more than one databases with different dedicated group names. This is a limitation from KeePassXC as we don't get database UUIDs here. Requires KeePassXC >= 2.6.0 [1]. [1] keepassxreboot/keepassxc#4111
- Loading branch information
1 parent
7065583
commit 4e3c877
Showing
4 changed files
with
284 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.