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
|
||||
# format
|
||||
|
||||
# assume we're running xorg
|
||||
prompt_for_rbw_password
|
||||
|
||||
# username=yourusername
|
||||
# password=yourpassword
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# wrapper around rbw
|
||||
|
||||
st -c tmenu-prompt -e rbw list
|
||||
prompt_for_rbw_password
|
||||
|
||||
resp=$(rbw list | tmenu)
|
||||
|
||||
|
3
builds/utils/prompt_for_rbw_password
Executable file
3
builds/utils/prompt_for_rbw_password
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
st -c tmenu-prompt -e rbw list
|
Loading…
Reference in New Issue
Block a user