pass-secrets icon indicating copy to clipboard operation
pass-secrets copied to clipboard

Read existing passwords

Open Thaodan opened this issue 3 years ago • 1 comments

I tried this assuming it also reads existing passwords. Is there an option to do so? Also it shouldn't necessarily try to write passwords itself.

Thaodan avatar Sep 07 '22 11:09 Thaodan

pass-secrets is designed to implement the org.Freedesktop.secrets dbus interface, which from what I've seen only really stores local Application secrets, so I contained it to a subfolder under the password store

but, you're kind of right. I think pass-secrets could implement another collection that just reads out normally all of the passwords already in the folder

nullobsi avatar Sep 14 '22 21:09 nullobsi