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
First of all, great project and excellent handling of the different accounts!
I would like to use it in a script where multiple users can log in and fetch their passwords. However, after adding a new user to the config, I have to wait for the prompted display to enter the user password.
I’ve tried using the following commands to automate it:
echo 'password' | rbw unlock
echo 'password' | xargs rbw unlock
Can you please help me with this?
The text was updated successfully, but these errors were encountered:
Hey,
First of all, great project and excellent handling of the different accounts!
I would like to use it in a script where multiple users can log in and fetch their passwords. However, after adding a new user to the config, I have to wait for the prompted display to enter the user password.
I’ve tried using the following commands to automate it:
Can you please help me with this?
The text was updated successfully, but these errors were encountered: