Add pwsh-vault-dl image

This commit is contained in:
q3aql 2022-06-26 15:36:02 +02:00
parent 5e10a80b57
commit 0a680adf8c
2 changed files with 1 additions and 1 deletions

BIN
examples/pwsh-vault-dl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -941,7 +941,7 @@ function search_entries_vault() {
if [ ${lines_read} -eq 0 ] ; then if [ ${lines_read} -eq 0 ] ; then
dialog --title "# pwsh-vault-dl ${VERSION} $(generate_spaces 20)" --msgbox "# No Entries to Show" 0 0 dialog --title "# pwsh-vault-dl ${VERSION} $(generate_spaces 20)" --msgbox "# No Entries to Show" 0 0
else else
list_entries_vault_dl="dialog --stdout --menu '# Result Vault List Entries:' 0 0 0" list_entries_vault_dl="dialog --stdout --menu '# Result Vault List Entries: $(generate_spaces 15)' 0 0 0"
count=1 count=1
for show in $(cat ${pwsh_vault_cache_logins}) ; do for show in $(cat ${pwsh_vault_cache_logins}) ; do
list_entries_vault_dl="${list_entries_vault_dl} ${count} \"${show}\"" list_entries_vault_dl="${list_entries_vault_dl} ${count} \"${show}\""