replydev / cotp

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

Ability to more easily find & copy TOTP codes #488

Open dodalovicgran opened 2 weeks ago

dodalovicgran commented 2 weeks ago

Hi, I started using the tool, and so far I like it!

I spotted that (maybe) the search functionality could be enhanced. I was thinking of a flow, where you type something you want to filter your entries, and - instead of highlighting, the table gets filtered to match only those entries. When I press enter, this finishes typing, and I'm automatically at the first matching row preselected, where I can just immediately press ENTER to copy to clipboard, or go up/down (ideally using j an k keys), to select the entry I need.

WDYT?

Kind regards Dusan

replydev commented 2 weeks ago

Hello again, this could be a good idea. I will try to implement it when I get some time. Thanks.