Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Feature Request: kbsecret find <text> #77

Open
androtelema opened this issue Mar 13, 2019 · 1 comment
Open

Feature Request: kbsecret find <text> #77

androtelema opened this issue Mar 13, 2019 · 1 comment

Comments

@androtelema
Copy link

Management of sessions and entries is fine. But how do I find an entry in a complex session structure? I know I can use "rgrep " but that is just a bad hack.

"kbsecret find " should search throuch all my accessible sessions.

Thanks for this useful application in the keybase world!

@woodruffw
Copy link
Member

Thanks for the kind words and the feature request! I'm going to move this issue over to the main KBSecret repo, since that's where I track core CLI changes like this one.

FWIW, in the mean time, you can do something like this to search all of your records at once:

kbsecret sessions | xargs -I '{}' kbsecret list -s '{}' | grep 'pattern'

@woodruffw woodruffw transferred this issue from kbsecret/kbsecret.github.io Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants