You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the list command i am able to list all stored passwords/otps on the nk3-device, for more convenience it would be helpful that the list command has the option --filter [name|type] 'regex or string' and --sort-by [name|id|type|...]
pretty optional cause the same results can be achieved with linux commands sort and grep, but it would me more easy for users, maybe useful in nitrokey-app2 (ui) to not retrieve all secrets of device (if filter/sort is implemented there)
The text was updated successfully, but these errors were encountered:
This repository contains the firmware implementation of the secrets app. From my understanding, you just want to have this feature in the client (pynitrokey/nitrokey-app2) and not necessarily in the firmware, right?
with the list command i am able to list all stored passwords/otps on the nk3-device, for more convenience it would be helpful that the list command has the option --filter [name|type] 'regex or string' and --sort-by [name|id|type|...]
pretty optional cause the same results can be achieved with linux commands sort and grep, but it would me more easy for users, maybe useful in nitrokey-app2 (ui) to not retrieve all secrets of device (if filter/sort is implemented there)
The text was updated successfully, but these errors were encountered: