nazarewk / keyring_pass

Password Store (pass) backend for python's keyring
MIT License
18 stars 5 forks source link

Implement get_credential #18

Closed devrite closed 10 months ago

devrite commented 10 months ago

Hi,

I tried to implement a version that parses the tree output of pass to find the username to implement keyring.get_credential, which does not need a username specified.

devrite commented 10 months ago

Thx for merging, good catch from your side too.