tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

Any way to differentiate between pass-otp generated gpg files without decryption? #139

Closed rupansh closed 3 years ago

rupansh commented 3 years ago

Hi! I am the developer of https://github.com/rupansh/passmenu-rs Recently pass-otp support was added to it. It would be nice if there was a way to differentiate between normal pass files and pass-otp files without decryption.

tadfisher commented 3 years ago

It would be nice, but I'm not sure this is the place to implement it. Essentially what you want is an index of files matching some filter that is updated whenever password files are added, changed, or removed. This is not something that would be specific to pass-otp and so I don't really want to invest the time and effort to create and maintain code which manages an index.

rupansh commented 3 years ago

understandable