add prompt_for_new_password executable
This commit is contained in:
parent
74a6e7658a
commit
fc7bee4b2b
|
@ -5,6 +5,9 @@
|
||||||
# wrap rbw get $1 --full to output in the git credential helper
|
# wrap rbw get $1 --full to output in the git credential helper
|
||||||
# format
|
# format
|
||||||
|
|
||||||
|
# assume we're running xorg
|
||||||
|
prompt_for_rbw_password
|
||||||
|
|
||||||
# username=yourusername
|
# username=yourusername
|
||||||
# password=yourpassword
|
# password=yourpassword
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# wrapper around rbw
|
# wrapper around rbw
|
||||||
|
|
||||||
st -c tmenu-prompt -e rbw list
|
prompt_for_rbw_password
|
||||||
|
|
||||||
resp=$(rbw list | tmenu)
|
resp=$(rbw list | tmenu)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
st -c tmenu-prompt -e rbw list
|
Loading…
Reference in New Issue