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
@rjc Your solution is working and a good approach. Although the command took in my case much too long:
foriin$(rbw ls);do; rbw get --full $i2> /dev/null | awk -v totp=$i;done 19,68s user 33,36s system 64% cpu 1:22,21 total
sed 's/\n/ /' 0,00s user 0,00s system 0% cpu 1:22,21 total
I wish to get just names/IDs of entries with an existing TOTP code.
rbw list
just can list the fieldsName
,ID
,User
andFolder
.rbw/src/bin/rbw/commands.rs
Lines 592 to 604 in 8aa7e36
Neither it can list the full JSON in raw format to get filtered by advanced
gojq
/jq
. This is just possible for single entries.The text was updated successfully, but these errors were encountered: