-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I have multiple accounts for some sites like Google. When I add these in Aegis they are generally formatted as Issuer: Google, Label: [email protected]. So this brings me to my feature request which is to allow for partial searching on the cli to match the code I want more easily without having to list to get index or type the whole label out.
Describe the solution you'd like
Searching with -s/--issuer and -l/--label should allow for partial matching/globbing.
Example:
1 Google [email protected]
2 Google [email protected]
> cotp extract -s google -l second
^ This should get me the second code (currently it doesn't find anything)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request