replydev / cotp

Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
GNU General Public License v3.0
255 stars 24 forks source link

Feature request: add subcomannd `list` to list entries #429

Closed owzim closed 6 months ago

owzim commented 6 months ago

Great tool, thanks for making it!

My suggestion:

cotp list

Lists all entries in a readable and parsable format, fields separated by tabs (or pipes, or whatever does not clash with the content of each field):

1   Amazon      user@foo.bar    123654
2   Github      jane@doe.org    654123
3   Gitlab      john@doe.org    654321
replydev commented 6 months ago

Hello and thanks for the request! I think this is a good idea, and also I will provide a JSON output which could be useful and nice to have.

replydev commented 6 months ago

This feature has been implemented in version 1.7.0. @owzim.

owzim commented 6 months ago

@replydev that is so cool, thanks! Working like a charm. :+1: