alot of random crap

This commit is contained in:
Chris Cochrun 2021-08-25 05:13:34 -05:00
parent 4f4bf30170
commit e75be2bdfa
9 changed files with 34 additions and 38 deletions

View file

@ -10,6 +10,8 @@ list_passwords() {
rbw list
}
passwords=$(rbw list)
prompt='search for passwords...'
SECRET=$(list_passwords | rofi -i -p="${prompt}" -dmenu)