make dialog faster
This commit is contained in:
parent
3c4e000603
commit
f9c6c3d30b
@ -385,7 +385,7 @@ manageEntry () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listgpg () {
|
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 () {
|
insertPass () {
|
||||||
|
Loading…
Reference in New Issue
Block a user