diff --git a/rofi-pass b/rofi-pass index 46a1cb0..5eeee75 100755 --- a/rofi-pass +++ b/rofi-pass @@ -385,7 +385,7 @@ manageEntry () { } listgpg () { - find . -name \*.gpg -print | cut -c 3- | while read line; do echo -e "$(basename "${line%*.gpg}")\t(In: "$(dirname "${line}")")"; done | column -s $'\t' -t + find . -name \*.gpg -print | cut -c 3- | while read line; do echo -e "${line##*/}\t(In: ${line%%/*}"; done | column -s $'\t' -t } insertPass () {