You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in order to fetch a password one needs to know its full path or do a locate preliminarily
It would be more efficient to add an option to clip or show the only entry found if only one entry match the input search term (or regex ?)
Desired Behavior
I would like for instance if I have an entry /group/toto unique (there are no other toto entry anywhere) to be able to clip it directly without knowing in what group it is located
Possible Solution
I would like to add a -best option to clip and show that would:
if provided we will locate the entries matching the given input.
if multiple are found we display an error and the list of entries matching (~ similar to locate)
if none are found we display an error (~ similar to locate)
if only one entry is found we clip or show it depending of the command.
I also saw there was a suggestion to add tab autocompletion on keys, this could be another way
Context
I only use the command line to copy passwords and doing a locate + clip is a bit long.
The text was updated successfully, but these errors were encountered:
I started to check how to implement it myself, after building my solution though I cannot seem to run it for testing purposes.
I thought the executable generated in release/build-release/src would contain the newly built executable but my additional option does not seem to exists.
cf Diff
droidmonkey
changed the title
Clip or Show the best (only) match when not providing the full entry path
CLI: Clip or Show the best (only) match when not providing the full entry path
Feb 1, 2020
Summary
Currently in order to fetch a password one needs to know its full path or do a
locate
preliminarilyIt would be more efficient to add an option to
clip
orshow
the only entry found if only one entry match the input search term (or regex ?)Desired Behavior
I would like for instance if I have an entry
/group/toto
unique (there are no othertoto
entry anywhere) to be able to clip it directly without knowing in what group it is locatedPossible Solution
I would like to add a -best option to clip and show that would:
if provided we will locate the entries matching the given input.
I also saw there was a suggestion to add tab autocompletion on keys, this could be another way
Context
I only use the command line to copy passwords and doing a locate + clip is a bit long.
The text was updated successfully, but these errors were encountered: