add prompt_for_new_password executable

This commit is contained in:
stupidcomputer 2024-07-24 13:20:24 -05:00
parent 74a6e7658a
commit fc7bee4b2b
3 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,9 @@
# wrap rbw get $1 --full to output in the git credential helper
# format
# assume we're running xorg
prompt_for_rbw_password
# username=yourusername
# password=yourpassword

View File

@ -1,6 +1,6 @@
# wrapper around rbw
st -c tmenu-prompt -e rbw list
prompt_for_rbw_password
resp=$(rbw list | tmenu)

View File

@ -0,0 +1,3 @@
#!/bin/sh
st -c tmenu-prompt -e rbw list